Re: Bug report of tr command.

2009-04-13 Thread Mike Frysinger
On Monday 13 April 2009 03:45:54 maguowei2723 wrote: > I want to replace all the word of "root" to "administrator" in test.txt > file.I get a bit part of the file: > > root 1 0.0 0.1 2008 768 ?Ss 21:03 0:03 /sbin/init > root 2 0.0 0.0 0 0 ?S< 2

Re: Bug report of tr command.

2009-04-13 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to maguowei2723 on 4/13/2009 1:45 AM: > I want to replace all the word of "root" to "administrator" in test.txt > file.I get a bit part of the file: > > > yeah,but when I finish the replace by execute command tr 'root' > 'administrat

Bug report of tr command.

2009-04-13 Thread maguowei2723
Dear guys, I am a software testing engineer of China.Recently,I am studying the skills of Linux.When I try to do some exercises with "tr" command,I encounter a problems. the detail infomation is here: I want to replace all the word of "root" to "administrator" in test.txt file.I get a bit p