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
Grep a line with between 3 and 5 digits ceemh3 UNIX for Dummies Questions & Answers 1 09-17-2007 12:24 PM
Only Digits as input namishtiwari UNIX for Dummies Questions & Answers 2 08-21-2007 03:23 AM
making sure input are digits bebop1111116 High Level Programming 1 10-21-2006 02:32 PM
How to cut last 10 digits off psarava Shell Programming and Scripting 4 08-29-2006 12:52 AM
diff. b/t chars and digits mezzanine Shell Programming and Scripting 1 11-17-2005 09:37 PM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 09-30-2007
Registered User
 

Join Date: Sep 2007
Posts: 2
Digits display

Hi there,

I am new to scripting. Can anyone help me in writing a script which will display all the digits between 1 and 5 inclusive, one digit per line. Should use a loop to do this.

Thanks in advance!!
Reply With Quote
Forum Sponsor
  #2  
Old 09-30-2007
Yogesh Sawant's Avatar
Part Time Moderator and Full Time Dad
 

Join Date: Sep 2006
Location: Rossem, Tazenda
Posts: 790
Code:
for i in 1 2 3 4 5; do echo $i; done
Reply With Quote
  #3  
Old 10-01-2007
radoulov's Avatar
addict
 

Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 1,855
Recent versions of bash, ksh93 and zsh:

Code:
printf "%d\n" {1..5}
Reply With Quote
  #4  
Old 10-01-2007
Registered User
 

Join Date: Sep 2007
Posts: 2
Thanks very much
Reply With Quote
Google The UNIX and Linux Forums
Reply

Tags
bash, zsh

Thread Tools
Display Modes




All times are GMT -7. The time now is 09:05 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