bug-coreutils
[Top][All Lists]
Advanced

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

Re: Help


From: Bob Proulx
Subject: Re: Help
Date: Fri, 7 Oct 2005 09:57:43 -0600
User-agent: Mutt/1.5.9i

Willian Rocha wrote:
> I would like to use the tr command to translate a string to a new string.
> 
> My problem is that the second string is greater than first string.

It sounds to me like you are really wanting to use sed in this case.

  sed 's/some string/some other string/g'

Bob




reply via email to

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