If you have files with the name of any special characters they are handled:
Eg: Filename is -s.
# cat -- -s : View the file with the name -s
# ls -l -- -s : To list the file.
# rm -- -s : Remove the file.
Eg: Filename is -s.
# cat -- -s : View the file with the name -s
# ls -l -- -s : To list the file.
# rm -- -s : Remove the file.
No comments:
Post a Comment