Search Results

Search: Posts Made By: the.reverser
1,488
Posted By 116@434
On line 6 pls try this echo "##########...
On line 6 pls try this

echo "########## strat Gmake $line #######" >>$ERROR_LOG
1,488
Posted By ctsgnb
1) Where is SRC initialized in your script ? you...
1) Where is SRC initialized in your script ? you should set it up
2) since you use a loop, if you use a simple redirection >$ERROR_LOG this will erase previous entries in your log file
1,488
Posted By anurag.singh
echo "########## strat Gmake $line #######"...
echo "########## strat Gmake $line #######" >$ERROR_LOG

This is overwritting the file for every loop run.
Pls use

echo "########## strat Gmake $line #######" >> $ERROR_LOG
20,511
Posted By chaandana
This will do FileName='specify your file...
This will do

FileName='specify your file here'
while read LINE
do
echo $LINE
#do your stuff here
done < $FileName
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 12:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy