From: contracer on 9 Aug 2010 14:47 Hi , I need substitute this character: ' By this: " How could I make this task using tr or awk ? thanks
From: Stephane CHAZELAS on 9 Aug 2010 15:21 2010-08-9, 11:47(-07), contracer: > Hi , > I need substitute this character: ' > By this: " > > How could I make this task using tr or awk ? tr \' \" -- Stephane
From: contracer on 9 Aug 2010 16:03 On 9 ago, 16:21, Stephane CHAZELAS <stephane_chaze...(a)yahoo.fr> wrote: > 2010-08-9, 11:47(-07), contracer: > > > Hi , > > I need substitute this character: ' > > By this: " > > > How could I make this task using tr or awk ? > > tr \' \" > > -- > Stephane Thanks a lot !!!
|
Pages: 1 Prev: (bash) Help with 'let', ?:, and pattern matching Next: origin of command -v |