Unix Technical Forum

tr command delete tabs in file

This is a discussion on tr command delete tabs in file within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hello, I am trying to use tr to delete tabs in a file. I've tried tr -d \t filename ...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 11:44 AM
David Groff
 
Posts: n/a
Default tr command delete tabs in file

Hello,

I am trying to use tr to delete tabs in a file.
I've tried tr -d \t filename to no avail. Any suggestions as to how this
can be done.

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 11:44 AM
Dave Seaman
 
Posts: n/a
Default Re: tr command delete tabs in file

On Mon, 06 Nov 2006 13:25:03 -0500, David Groff wrote:
> Hello,


> I am trying to use tr to delete tabs in a file.
> I've tried tr -d \t filename to no avail. Any suggestions as to how this
> can be done.


If you just want to delete the tabs, try:

tr -d '\011' <filename >newfile

but if you would rather convert the tabs to spaces, then try:

expand filename >newfile


--
Dave Seaman
U.S. Court of Appeals to review three issues
concerning case of Mumia Abu-Jamal.
<http://www.mumia2000.org/>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 11:44 AM
David Groff
 
Posts: n/a
Default Re: tr command delete tabs in file

Dave Seaman wrote:
> On Mon, 06 Nov 2006 13:25:03 -0500, David Groff wrote:
>> Hello,

>
>> I am trying to use tr to delete tabs in a file.
>> I've tried tr -d \t filename to no avail. Any suggestions as to how this
>> can be done.

>
> If you just want to delete the tabs, try:
>
> tr -d '\011' <filename >newfile
>
> but if you would rather convert the tabs to spaces, then try:
>
> expand filename >newfile
>
>

Thanks for your help
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 06:54 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com