Results 1 to 2 of 2
hey guys,
am trying to do things in linux and the file I have from friend has a name with two exclamation marks on the end of it.
if i ...
- 08-04-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 1
exclamation marks
hey guys,
am trying to do things in linux and the file I have from friend has a name with two exclamation marks on the end of it.
if i write it into console all they do is repeat all the line twice and off course it doesn't work... could you help me how to contain those exclamation marks with the name to stop it repeating please please please????
mario
- 08-04-2010 #2
You can either
1. escape them with backslash file\!\!
2. or use quotes 'file!!'


Reply With Quote