Tag: cp

Copying a directory

Copying a directory cp -a dir1 dir2

Some File Operation in SVN

Moving, Coping and Deletion svn mv file.php to_folder/ #Move svn cp file.php to_folder/ #Copy svn rm file.php #Deletion