aboutsummaryrefslogtreecommitdiff
path: root/misc/notes.txt
diff options
context:
space:
mode:
authorZachary Sloan2013-04-18 22:13:25 +0000
committerZachary Sloan2013-04-18 22:13:25 +0000
commitf36de42faa6565a04c344071a3a4befa60879509 (patch)
tree9519de36b297755bf20d5fe0a3b998ae5450807a /misc/notes.txt
parenta1c44dd7c11013da06dbd782dd0a0ebbde5cc995 (diff)
downloadgenenetwork2-f36de42faa6565a04c344071a3a4befa60879509.tar.gz
LMM code now reads in gzipped pickled plink snp iterator object
Diffstat (limited to 'misc/notes.txt')
-rw-r--r--misc/notes.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index 10a5729a..a48ee5bf 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -161,6 +161,10 @@ du -hms * | sort -n : Gives size used by different directories
===========================================
+rm -rfv
+
+===========================================
+
cp -a (archive; copies recursively and doesn't follow symbol links)
-i (interactive, prompts before overwrite)
-v (verbose)