Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created September 5, 2016 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/8062a6f662a48aee05e285a292d72a68 to your computer and use it in GitHub Desktop.
Save zoffixznet/8062a6f662a48aee05e285a292d72a68 to your computer and use it in GitHub Desktop.
zoffix@VirtualBox:/tmp/tmp.vfKlDzcfYh$ l -h
total 9.7G
drwx------ 2 zoffix zoffix 4.0K Sep 5 19:54 ./
drwxrwxrwt 29 root root 12K Sep 5 19:54 ../
-rw-rw-r-- 1 zoffix zoffix 9.7G Sep 5 19:54 rak.tar
zoffix@VirtualBox:/tmp/tmp.vfKlDzcfYh$ perl6 -e 'for "rak.tar".IO.comb(16) { .say; last if $++ > 20 }; say now - INIT now'
CPANPRC/rakudo/
00007750001
75000017500000
000000012763325
706013042 5
ustar zoffix
zoffix
0.0087992
zoffix@VirtualBox:/tmp/tmp.vfKlDzcfYh$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment