What’s the difference between drug dealers and Java programmers? novembra 18, 2010 What’s the difference between drug dealers and computer programmers? Find out... Čítať ďalej
How to get the absolute path of the bash script novembra 09, 2010 If you need the absolute path of the bash script, e.g. to call another script by relative path, try this... SCRIPT_PATH=`dirname $0` echo $SCRIPT_PATH source $SCRIPT_PATH/another_script Čítať ďalej