Archive for May 8th, 2008

May 8th, 2008

cp to copy from Current to previous directory

It took me a couple of minutes to figure out the syntax for command to copy files from the current folder in linux to the directory or folder one level up, so here is it

cp -r . ../

the imax | 10:36 pm | Linux/Unix | No Comments