Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to remove the files like this?

Status
Not open for further replies.

CALYAN

Programmer
Apr 23, 2001
39
0
0
US
Hi i am not able to remove the files like this which is
created accidentaly.
rm electsum(ti_nptotal),.sql
h: syntax error: `(' unexpected
h: syntax error: `(' unexpected


regards
calyan

 
Have you tried escaping the ( etc with \

Or put the filename in single quotes?

Alternatively, if this is the only file with an electsum prefix, use * for the rest. HTH.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top