From a1c44dd7c11013da06dbd782dd0a0ebbde5cc995 Mon Sep 17 00:00:00 2001 From: Zachary Sloan Date: Thu, 18 Apr 2013 21:04:09 +0000 Subject: input file is now loaded by pickle --- misc/notes.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'misc/notes.txt') 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) -- cgit v1.2.3