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
shell script to read file line by line ani12345 UNIX for Dummies Questions & Answers 4 07-13-2009 05:50 PM
cat file1 read line-per-line then grep -A 15 lines down in fileb irongeekio Shell Programming and Scripting 6 01-28-2009 06:30 AM
I need suggestion on problem read a file line by line and do stuff madi3d8 Shell Programming and Scripting 3 01-15-2009 11:33 AM
query on how to search for a line and read 4th word from that line jaggesh UNIX for Dummies Questions & Answers 4 07-01-2008 11:21 PM
How to read from a file line by line and do stuff spaceship Shell Programming and Scripting 4 03-17-2005 09:47 PM

Reply
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 08-20-2009
Devendar Devendar is offline
Registered User
  
 

Join Date: Aug 2009
Posts: 7
while read line

Hi Gurus,
I am new to Unix, please help me out.

I have ascript which reads a line by line from a file abc.txt like below

abc.txt

2345
34576
5673


and i have to find out the file name starting with above linenames in another dir cd /xxx/ttt wll ls command work like below.

#bin/ksh

exec<abc.txt
while read line

cd /xxx/ttt

ls "$line"* > mv /xxx/ttt/subdir

do

please help.
  #2 (permalink)  
Old 08-20-2009
shahnazurs shahnazurs is offline
Registered User
  
 

Join Date: Jul 2005
Posts: 59

Code:
#bin/ksh

exec<abc.txt
while read line
do
    ls /xxx/ttt/"$line"*
done
exec < /dev/tty

Thanks,
Shahnaz.
Reply

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