Tuesday, May 1, 2012

Copy file through Linux Shell Script

http://erpschools.com/articles/shell-script-tutorial
 SRC=~/Desktop/Blahblah.bmp
 DST=~/Desktop/test/
 cp ${SRC} ${DST}
Blogger Source Code Formatter
http://codeformatter.blogspot.com/

Another copy file script example
http://bash.cyberciti.biz/decision-making/copy-file-script/

No comments:

Post a Comment