From: Ivan Shmakov on 23 Feb 2010 01:13 >>>>> jellybean stonerfish <stonerfish(a)geocities.com> writes: [...] > I also had some difficulty getting a backtick ` in a filename. > Perhaps I need to try a better escape. That's strange, as it should work with both single-quotes ('') and backslash (\), e. g.: $ mkdir strange\` $ echo *strange* strange` $ [...] -- FSF associate member #7257
From: jellybean stonerfish on 23 Feb 2010 04:42 On Tue, 23 Feb 2010 12:13:49 +0600, Ivan Shmakov wrote: >>>>>> jellybean stonerfish <stonerfish(a)geocities.com> writes: > > [...] > > > I also had some difficulty getting a backtick ` in a filename. > > Perhaps I need to try a better escape. > > That's strange, as it should work with both single-quotes ('') and > backslash (\), e. g.: > > $ mkdir strange\` > $ echo *strange* > strange` > $ > > [...] That is strange. It works here too. My other post with the multiple rename examples was a blundering mess. touch $'\tstrange\n\tfile\n\t\bname' Is cleaner.
First
|
Prev
|
Pages: 1 2 3 4 Prev: is there a bash equivalent of "this" ... Next: Unix Script to process records in group |