aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2013-03-13 20:20:43 +0000
committerZachary Sloan2013-03-13 20:20:43 +0000
commitf1ae6713b88dff2758470b741637bbc5d717c38b (patch)
treeadd2da7593c2beee8841405447d75850a7e82640 /misc
parent88a0830126594b14a418555bba1dbc166a07eb1c (diff)
downloadgenenetwork2-f1ae6713b88dff2758470b741637bbc5d717c38b.tar.gz
Added some to notes
Diffstat (limited to 'misc')
-rw-r--r--misc/notes.txt9
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