diff options
Diffstat (limited to 'misc/notes.txt')
-rw-r--r-- | misc/notes.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt index 24e129ee..976573a6 100644 --- a/misc/notes.txt +++ b/misc/notes.txt @@ -140,6 +140,15 @@ ll h*: Finds items in the directory starting with h =========================================== +cp -a (archive; copies recursively and doesn't follow symbol links) + -i (interactive, prompts before overwrite) + -v (verbose) + -b (backup) + +mv (same as above, but with no -a) + +=========================================== + tidyp - Improves/beautifies html code tidyp -m -i -w 100 index_page.html |