Search Results

Search: Posts Made By: dhieraj
11,190
Posted By dhieraj
Thanks Jean. I think it will work for me :)
Thanks Jean. I think it will work for me :)
11,190
Posted By dhieraj
Background Process Shell Scripting
I have a following program:

echofunc()
{
filename=$1
echo "reading $filename"
while read line
do
echo $line;
sleep 6;
done < $filename
}

split -5 new.dat
ls x* > input.dat...
Showing results 1 to 2 of 2

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