diff options
author | Zachary Sloan | 2013-03-13 20:20:43 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-13 20:20:43 +0000 |
commit | f1ae6713b88dff2758470b741637bbc5d717c38b (patch) | |
tree | add2da7593c2beee8841405447d75850a7e82640 /misc | |
parent | 88a0830126594b14a418555bba1dbc166a07eb1c (diff) | |
download | genenetwork2-f1ae6713b88dff2758470b741637bbc5d717c38b.tar.gz |
Added some to notes
Diffstat (limited to 'misc')
-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 |