Tag: bash
Watch for Ubuntu 9.10 Launch
October 29, 2009
This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.
Run a Command if Another Command Succeeds
December 14, 2007
This will let you run a linux command based on the success of anther command. Note: This will only work…
Remove CVS Information from a Folder
February 23, 2007
find -name CVS -exec rm -rf {} \; NOTE: Works only with bash
Recent Comments