The UNIX and Linux Forums  

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
loop and check dnat Shell Programming and Scripting 2 10-22-2008 06:39 AM
Check for statup process in loop? dataciph3r Shell Programming and Scripting 1 09-25-2008 10:18 PM
Loop to check for file up to 3 times JohnCrump Shell Programming and Scripting 2 07-16-2008 06:54 AM
looking for help with a dd loop check script angusyoung Shell Programming and Scripting 1 06-24-2008 07:51 AM
script to loop and check jumping seq. happyv Shell Programming and Scripting 1 10-05-2006 10:55 AM

 
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
Prev Previous Post   Next Post Next
  #1 (permalink)  
Old 07-17-2009
r_t_1601 r_t_1601 is offline
Registered User
  
 

Join Date: Jun 2009
Posts: 25
Loop check

Hi Gurus
I have a recquirement where my loop should work if i have more than 4 listed files in a particular directory.
Like the loop in while should continue checking if the directory has more than 4 files and should exit after there are 4 or more files ; if not more than 4 files it should continue checking the number of files

Need help for achieving this scenario


Code:
cd /export/home/e299821/rohan
linecount=`ls -ltr | wc -l`
a=0
echo $linecount
echo $a
while [[ $a = 0 ]]
do
if [ $linecount -gt 3 ]
then
echo $lineocunt
a=`expr $a + 1`
echo "loop completed"
fi
done


Last edited by vgersh99; 07-17-2009 at 08:47 AM.. Reason: code tags, PLEASE!
Bits Awarded / Charged to r_t_1601 for this Post
Date User Comment Amount
07-17-2009 vgersh99 added code tags - charged 3K bits -3,000
 

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:14 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