http://vibrationdata.wordpress.com/
Showing posts with label Blog. Show all posts
Showing posts with label Blog. Show all posts
Sunday, April 21, 2013
Tuesday, May 1, 2012
Copy file through Linux Shell Script
http://erpschools.com/articles/shell-script-tutorial
http://codeformatter.blogspot.com/
Another copy file script example
http://bash.cyberciti.biz/decision-making/copy-file-script/
SRC=~/Desktop/Blahblah.bmp
DST=~/Desktop/test/
cp ${SRC} ${DST}
Blogger Source Code Formatterhttp://codeformatter.blogspot.com/
Another copy file script example
http://bash.cyberciti.biz/decision-making/copy-file-script/
Subscribe to:
Posts (Atom)