| Author |
how to remove '\n' and '\r' in the file by kshell
|
zb cong
Ranch Hand
Joined: Jan 14, 2002
Posts: 403
|
|
hello dears,
who can tell me which command can remove the '\n' and '\r' in a file. so the contents in the file are linked to one line.
Thanks.
|
 |
Ireneusz Kordal
Ranch Hand
Joined: Jun 21, 2008
Posts: 423
|
|
Hello,
use tr command:
|
 |
 |
|
|
subject: how to remove '\n' and '\r' in the file by kshell
|
|
|