Advertisement
ebertek

gdrive progress

Jun 27th, 2015
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. # https://github.com/odeke-em/drive
  2. # sudo chmod a+r /dev/vcs
  3. tail -c +10081 /dev/vcs | awk '{done=($1/(1024^3)); total=($3/(1024^3)); printf"%0.2f", done; printf"/%0.2f GB\n", total; print $5"% " $7 }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement