The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
how to make a line BLINKING in output and also how to increase font size in output mail2sant Shell Programming and Scripting 3 04-14-2008 04:30 AM
How to Display a range of values in the output of cat venu_nbk UNIX for Dummies Questions & Answers 8 05-12-2007 10:13 PM
display and output...question happyv Shell Programming and Scripting 5 01-24-2007 11:14 PM
To display 1 or 2 space bar output missutoomuch Shell Programming and Scripting 2 02-11-2006 01:25 PM
output display alignment !! rosh0623 Shell Programming and Scripting 7 07-21-2005 03:51 PM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-17-2007
Registered User
 

Join Date: Jan 2007
Posts: 22
Need to display sorted output on 1 line!

#!/bin/bash
{ [ $# -ge 1 ] && [ $# -le 5 ]; } || {
echo "Must enter between 1 and 5 parameters"
exit 1
}

for P
do
echo $P >> /tmp/task3
done

echo "SORTED: $(sort -n -r /tmp/task3)"
rm -f /tmp/task3
Reply With Quote
Forum Sponsor
  #2  
Old 01-17-2007
zazzybob's Avatar
Registered Geek
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Remove the quotes around the echo "SORTED:....." line - as long as you don't have whitespace in your passed parameters.

Cheers
ZB
Reply With Quote
  #3  
Old 01-17-2007
Registered User
 

Join Date: Jan 2007
Posts: 22
thanks worked!
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 04:36 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0