Skip to content

Instantly share code, notes, and snippets.

@cdimartino
Created October 3, 2013 09:04
Show Gist options
  • Save cdimartino/6807264 to your computer and use it in GitHub Desktop.
Save cdimartino/6807264 to your computer and use it in GitHub Desktop.
[~/cass_data]$ ls -alR ks rbenv:2.0
total 0
drwxr-xr-x 3 chrisd 608873430 102 Oct 3 04:58 .
drwxr-xr-x 3 chrisd 608873430 102 Oct 3 04:58 ..
drwxr-xr-x 6 chrisd 608873430 204 Oct 3 05:03 cf
ks/cf:
total 30000
drwxr-xr-x 6 chrisd 608873430 204 Oct 3 05:03 .
drwxr-xr-x 3 chrisd 608873430 102 Oct 3 04:58 ..
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 04:59 f1
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f2
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f3
drwxr-xr-x 5 chrisd 608873430 170 Oct 3 05:03 snaps
ks/cf/snaps:
total 30000
drwxr-xr-x 5 chrisd 608873430 170 Oct 3 05:03 .
drwxr-xr-x 6 chrisd 608873430 204 Oct 3 05:03 ..
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 04:59 f1
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f2
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f3
[~/cass_data]$ du -sh ks/cf/* rbenv:2.0
4.9M ks/cf/f1
4.9M ks/cf/f2
4.9M ks/cf/f3
0B ks/cf/snaps
Battery Status: ▸▸▸▸▸▸▸▸▸▹: 318 min
[~/cass_data]$ rm ks/cf/f1 rbenv:2.0
[~/cass_data]$ du -sh ks/cf/* rbenv:2.0
4.9M ks/cf/f2
4.9M ks/cf/f3
4.9M ks/cf/snaps
[~/cass_data]$ ls -al ks/cf/snaps rbenv:2.0
total 30000
drwxr-xr-x 5 chrisd 608873430 170 Oct 3 05:03 .
drwxr-xr-x 5 chrisd 608873430 170 Oct 3 05:03 ..
-rw-r--r-- 1 chrisd 608873430 5120000 Oct 3 04:59 f1
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f2
-rw-r--r-- 2 chrisd 608873430 5120000 Oct 3 05:01 f3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment