aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorZachary Sloan2013-04-18 21:04:09 +0000
committerZachary Sloan2013-04-18 21:04:09 +0000
commita1c44dd7c11013da06dbd782dd0a0ebbde5cc995 (patch)
tree58c83ba12167c2a6f02751b3c87f054ff20e2421 /misc
parentea53a2f20d13130f3555967d57282b3c9562da5a (diff)
downloadgenenetwork2-a1c44dd7c11013da06dbd782dd0a0ebbde5cc995.tar.gz
input file is now loaded by pickle
Diffstat (limited to 'misc')
-rw-r--r--misc/notes.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index e40dad8f..10a5729a 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -154,6 +154,13 @@ ll h*: Finds items in the directory starting with h
===========================================
+du -hms * | sort -n : Gives size used by different directories
+-h: human readable
+-m: in megabytes (default)
+-s: summarize
+
+===========================================
+
cp -a (archive; copies recursively and doesn't follow symbol links)
-i (interactive, prompts before overwrite)
-v (verbose)