Operating System - HP-UX
1835259 Members
2237 Online
110078 Solutions
New Discussion

How you delete this file "-f"

 
SOLVED
Go to solution
f. halili
Trusted Contributor

How you delete this file "-f"

How you delete a file that starts with "-"

Example:

-rw-r--r-- 1 prog users 0 Jun 15 09:49 -f
derekh
3 REPLIES 3
Jeff_Traigle
Honored Contributor
Solution

Re: How you delete this file "-f"

This is actually documented in the rm man page.

rm ./-f
--
Jeff Traigle
James R. Ferguson
Acclaimed Contributor

Re: How you delete this file "-f"

Hi:

# rm -i -- -f

Regards!

...JRF...
f. halili
Trusted Contributor

Re: How you delete this file "-f"

THANKS !!!!
derekh