I have seen a strange directory on my linux server.. Here it is:
drwxr-xr-x 2 root root 4096 Jan 12 2005 \t\t\t\t/
How can i escape \t under shell? Thanks!
|
I have seen a strange directory on my linux server.. Here it is: drwxr-xr-x 2 root root 4096 Jan 12 2005 \t\t\t\t/ How can i escape \t under shell? Thanks! | ||||
|
feedback
|
|
"\t" may be a tab character. That is, the directory's name may be
one of these should work. | |||
|
feedback
|
|
If you are seeing that with the
In this case, you type the individual backslash and "t" characters and the | |||
|
feedback
|