1 FAQ tagged "rm filename"
Viewing 1-1 of 1 FAQ -- UNIX: Remove a file with a name starting with - character
Q. Accidentally, I had created a file called -foo. Now how do I remove a file with a name starting with ‘-’ under UNIX or Linux operating system?
A. Use standard UNIX rm command, as follows:
rm command
Use rm command to remove files or directories as follows
rm ./-foo
rm ./-filename
rm — -foo
Alternatively, you can also [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )



Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments