how to escape special chars in filenames
I have a list (about 600) of files whose names contain special
characters, such as spaces, &, (. Under bash, they have to be escaped. I
was wondering if there is any command, or even a piece of sed, which can
be used to escape them.
|