![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to remove all except one file? | praveen_b744 | UNIX for Dummies Questions & Answers | 3 | 01-29-2008 05:15 AM |
| rm command not able to remove file | jambesh | Shell Programming and Scripting | 7 | 12-21-2007 03:37 AM |
| Remove the contents of a file without deleting the file | sumesh.abraham | Shell Programming and Scripting | 10 | 12-02-2006 01:35 PM |
| how to remove ^@ from a file using sed...or anything | sayonm | Shell Programming and Scripting | 13 | 08-08-2006 05:38 AM |
| help to remove file | ranj@chn | UNIX for Dummies Questions & Answers | 2 | 06-16-2006 01:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
remove file
hi all
i have a file and i removed it using the rm command and its still comiing back pls tell me whats wrong |
| Forum Sponsor | ||
|
|
|
|||
|
define: "still coming back"
Does it go away at all? It may have hidden characters (ones that are legal but do not display) in the filename. try getting the file to show using ls. Copy the filename from the screen using copy and paste. Paste the filename after rm Code:
rm '<paste file name here>' |