Re: how to catch this file name #something#

2014-12-31 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am completely confused about what you are asking for here. Rsync uses patterns with some special additions that are only similar to shell globbing. If you have a file named "#something#" then any of the following in an exclude-from file would match

how to catch this file name #something#

2014-12-31 Thread Harry Putnam
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? -- Please use reply-all fo