Perhaps you have been using the escape character and the double/single quotes as well. If you use the backslash to escape don't use quotes.
On Mon, 2013-08-12 at 23:44 +0200, helix84 wrote: > Hi Thomas, > > I'm not sure why spaces are specially annoying to you, unless you > don't know how to escape them. Since you're using bash, the bash way > is either to quote the file name either in single quotes or in double > quotes or to escape the space using a backslash character like this: > Letter\ to\ grandma.txt. Another cool trick is that Tab completion > works intelligently with spaces - it will properly escape them, even > for partial matches. > > If you hold no particular grudge with spaces, you may want to try a > generic tool to convert all non-ASCII characters in file names to > ASCII: > > http://linux.die.net/man/1/detox > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite! > It's a free troubleshooting tool designed for production. > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > List Etiquette: > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

