View Single Post

  #6 (permalink)  
Old 10-29-2007, 11:17 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Any distro with shell
Posts: 838
nixcraft is an unknown quantity at this point
Default

To copy files to folder
Code:
cp /path/to/file /path/to/folder
NO need to use `cmd` or $(cmd) statement as script can execute cp directly
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote