omitting directory error PLEASE HELP ME
omitting directory error PLEASE HELP ME
Post Description:
Post Tags:
This Post Has Been Viewed 889 Times Since 2007-04-17 22:43:24
Posted By axle34
Post Description:
Post Tags:
This Post Has Been Viewed 889 Times Since 2007-04-17 22:43:24
Posted By axle34
hi, i am getting this weird error when i try to copy a directory with the cp command. i can' seem to delete it. the only way i can delete it is by deleting all the files inside the folder, i think there's gotta be a better way, specially if i have like 100 files in that folder..
Comments and replies About omitting directory error PLEASE HELP ME
| Reply By admin On 2007-04-18 10:46:07 |

# cp -r file1 file2
if you are tyring to remove a directory you need can send this command for example:
# rm -fc directory_name