Displaying 1 result from an estimated 1 matches for "bewaojpmeeydvltyb3l".
2014 Dec 31
1
how to catch this file name #something#
Trying to cat filenames like #something#. neither of the things I
thought up work.
*#*
"#"*
At least the second one above does work in a ls command like:
ls "#"*
#something#
I understood an exclude file would use shell globbing and such.
So what am I doing wrong?