The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
replacing multiple lines with single line siba.s.nayak Shell Programming and Scripting 3 05-28-2008 03:43 AM
Splitting the line in multiple lines dd_sh Shell Programming and Scripting 3 03-31-2008 02:54 PM
Display multiple output lines kingofprussia UNIX for Dummies Questions & Answers 5 05-23-2007 09:56 AM
Need output in different lines not in one single line csaha Shell Programming and Scripting 1 02-08-2006 08:28 AM
Splitting a single line into multiple lines thanuman Shell Programming and Scripting 4 02-23-2005 04:56 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 02-18-2008
otes4 otes4 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 3
using tr to put multiple lines of output into one line

Hi all,

For a intro UNIX course I'm taking, I need to use the command "tr" to display a file on standard output without any newlines (all on one line).

I assume I would start with "cat filename | tr" but don't know what to put after tr.

Any ideas would be lovely!
Thanks.
  #2 (permalink)  
Old 02-18-2008
Tytalus's Avatar
Tytalus Tytalus is offline Forum Advisor  
echo {1..9}^2\;|bc
  
 

Join Date: Jun 2003
Location: Scotland
Posts: 431
Code:
tr "\n" " " < filename
i.e. change newlines (\n) to spaces

HTH

Last edited by Tytalus; 02-18-2008 at 11:21 AM.. Reason: oops - can't type today :-)
  #3 (permalink)  
Old 02-18-2008
jim mcnamara jim mcnamara is offline Forum Staff  
...@...
  
 

Join Date: Feb 2004
Location: NM
Posts: 5,763
tr -d '\n' < file

You need to read your text on tr. Plus, we do not want homework on the forums.
  #4 (permalink)  
Old 02-18-2008
otes4 otes4 is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 3
thanks!

no more homework, my bad.
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:25 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0