bug-textutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to replace dots "." with dashes "-" ?


From: Bob Proulx
Subject: Re: How to replace dots "." with dashes "-" ?
Date: Thu, 22 Aug 2002 21:13:56 -0600
User-agent: Mutt/1.4i

Giovanni Bronzini <address@hidden> [2002-08-22 13:39:37 +0200]:
> I tried
> echo pippo.it | tr [.] [-] 
> but I obtained 
> pippo\it
> 
> ?

Try this instead.

  echo pippo.it | tr . -
  pippo-it

Then please read the documentation where this is described in much
more detail.

  info tr

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]