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


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to