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
while loop inside while loop panknil Shell Programming and Scripting 0 01-07-2008 12:49 PM
While Loop hemangjani Shell Programming and Scripting 2 11-02-2006 11:01 AM
for loop help smtpgeek Shell Programming and Scripting 12 11-09-2005 08:04 PM
for loop? surjyap Shell Programming and Scripting 1 10-20-2005 07:52 AM
how to get the similar function in while loop or for loop trynew Shell Programming and Scripting 3 06-17-2002 11:09 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-29-2008
prashant43's Avatar
prashant43 prashant43 is offline
Registered User
  
 

Join Date: Jan 2008
Location: Bangalore
Posts: 27
Exclamation For loop in ksh..Please help..

Hi ALL,

I need to take some command line arguments for my script and then want to run a function for each argument.I thought of using for loop as below, but its not working , can some one please help...
#!/bin/ksh
lpar1=$1
lpar2=$2
lpar3=$3
lpar4=$4
lpar5=$5
echo "$lpar1" >>lpar.txt
echo "$lpar2" >>lpar.txt
echo "$lpar3" >>lpar.txt
echo "$lpar4" >>lpar.txt
echo "$lpar5" >>lpar.txt
for lpar in lpar.txt
do
validation "$lpar"
done


validation is a function.
  #2 (permalink)  
Old 08-29-2008
prashant43's Avatar
prashant43 prashant43 is offline
Registered User
  
 

Join Date: Jan 2008
Location: Bangalore
Posts: 27
Please help...Its urgent
  #3 (permalink)  
Old 08-29-2008
matrixmadhan matrixmadhan is offline Forum Advisor  
Technorati Master
  
 

Join Date: Mar 2005
Location: leaf node in B+ tree
Posts: 2,944
Please read the rules of the forum. Don't bump up posts if they are not answered.
  #4 (permalink)  
Old 08-29-2008
Niroj Niroj is offline
Registered User
  
 

Join Date: Aug 2008
Location: Bangalore, INDIA
Posts: 55
Quote:
Originally Posted by prashant43 View Post
Hi ALL,

I need to take some command line arguments for my script and then want to run a function for each argument.I thought of using for loop as below, but its not working , can some one please help...
#!/bin/ksh
lpar1=$1
lpar2=$2
lpar3=$3
lpar4=$4
lpar5=$5
echo "$lpar1" >>lpar.txt
echo "$lpar2" >>lpar.txt
echo "$lpar3" >>lpar.txt
echo "$lpar4" >>lpar.txt
echo "$lpar5" >>lpar.txt
for lpar in lpar.txt
do
validation "$lpar"
done


validation is a function.
for lpar in `cat lpar.txt `
do
validation "$lpar"
done
  #5 (permalink)  
Old 08-29-2008
prashant43's Avatar
prashant43 prashant43 is offline
Registered User
  
 

Join Date: Jan 2008
Location: Bangalore
Posts: 27
Thanks Niroj...


ok matrixmadhan ,..going forward, I ll take care of rules!
Sponsored Links
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 07:52 PM.


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