HPE 9000 and HPE e3000 Servers
1754016 Members
7268 Online
108811 Solutions
New Discussion юеВ

Re: Removing file

 
SRGuntaka
Occasional Contributor

Removing file

hi
How to remover -C file in hp box.
3 REPLIES 3
Helen French
Honored Contributor

Re: Removing file

If I understood your question correctly, try this:

# rm -- -C (Enter "y" when prompted)

Also

# cd directory_name
# rm -i *

This will ask for your confirmation before you delete each file. Enter "n" to all other and "y" to -C file.
Life is a promise, fulfill it!
KapilRaj
Honored Contributor

Re: Removing file

rm '-C'

or

rm "\-C"

Kaps
Nothing is impossible
Masatake Hanayama
Trusted Contributor

Re: Removing file

# rm ./-C