Pario TechnoBlob
About Posts

Posts

Finding the 50 largest directories du -S / | sort -nr | head -n50
May 20, 2007 9:12PM
Get your IP address ifconfig eth0 | awk '/inet addr/{print $2}' | cut -d: -f2
May 20, 2007 9:10PM
One-line batch file renamer If you want to batch rename a bunch of files (say “foo*.jpg” to “bar*.jpg”), you might think you could just do “mv foo*.jpg bar*.jpg” in the Terminal. However, this doesn’t...
May 20, 2007 8:58PM
Bash misc tips Bash debugging A nice thing to do is to add on the first line #!/bin/bash -x This will produce some interesting output information Reading user input with read In many...
May 20, 2007 8:40PM
«« « 1 2 3  …  87 88 89  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom