Skip to content

Instantly share code, notes, and snippets.

@stibi
Last active January 13, 2019 21:08
Show Gist options
  • Save stibi/95bea9e054546c2166eb0ecb703631ee to your computer and use it in GitHub Desktop.
Save stibi/95bea9e054546c2166eb0ecb703631ee to your computer and use it in GitHub Desktop.

Find biggest dirs on ...

du -Sh | sort -rh | head -5

Number sequence loop

for i in $(seq 1 $END); do echo $i; done

dd with progress bar

sudo pv -tpreb /home/stibi/Downloads/tails-amd64-3.11.iso | sudo dd bs=4096 of=/dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment