diff options
author | Zachary Sloan | 2013-04-18 22:13:25 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-04-18 22:13:25 +0000 |
commit | f36de42faa6565a04c344071a3a4befa60879509 (patch) | |
tree | 9519de36b297755bf20d5fe0a3b998ae5450807a /misc | |
parent | a1c44dd7c11013da06dbd782dd0a0ebbde5cc995 (diff) | |
download | genenetwork2-f36de42faa6565a04c344071a3a4befa60879509.tar.gz |
LMM code now reads in gzipped pickled plink snp iterator object
Diffstat (limited to 'misc')
-rw-r--r-- | misc/notes.txt | 4 |
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) |