Tags: bash*

0 bookmark(s) - Sort by: Date ↑ / Title /

  1. DIR="$( cd "$( dirname "${BASH_SOURCE 0 » }" )" && pwd )"
    2012-06-28 Tags: by klotz
  2. 2012-12-30 Tags: , by klotz
  3. ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'
    2013-01-03 Tags: by klotz
  4. ( cmdpid=$BASHPID; (sleep 10; kill $cmdpid) & exec command )
    2013-01-11 Tags: by klotz
  5. find -name "* *" -type f | rename 's/ /_/g'
    2013-04-04 Tags: , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "bash"

About - Propulsed by SemanticScuttle