The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 10-14-2008
sharif sharif is offline
Registered User
  
 

Join Date: Feb 2007
Posts: 40
tr command for \n to \t

Hi,
How can I transfer the newline char in to tab char?.

For eg.
The text file's content is like this.
123456
xyz\123\kkk.txt

I wanna change like below.
123456 xyz\123\kkk.txt

Please help regarding this.....