|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Removal of Files
On our system here, some idiot has created a file called -jimbo.sql
The - at the beginning of the filename means that the system sees it as an option when you try to delete it and thus it doesn't work. We need to get rid of this file (it's around 700MB in size), does anyone know of a workaround? |
|
#2
|
||||
|
||||
|
Try:
Code:
rm "\-jimbo.sql"
__________________
According to Sod's Law, buttered toast lands butter side down, when dropped. Per nature, cats always land on their feet. So, what happens when you strap buttered toast to the back of a cat and throw it out a window?. Last edited by Ehlanna : July 28th, 2006 at 10:08 AM. Reason: Get the trailing quute inside the code sequence |
|
#3
|
|||
|
|||
|
Code:
rm -- -jimbo.sql |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > Removal of Files |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|