Mar 31
I use thing to find where an error message came from or to check if I left behind any debuging/testing the code.
grep -R "string to search for" ./*
I use thing to find where an error message came from or to check if I left behind any debuging/testing the code.
grep -R "string to search for" ./*
scp ./logs.csv chris@bk1.cultivatewebdesign.com.au:~/logs_2008-04.csv
du -ks ./* | sort -n -r