Search Results

Search: Posts Made By: prasbala
8,870
Posted By kumaran_5555
find /home/user/c_test/ -type l |while read link;...
find /home/user/c_test/ -type l |while read link; do
> b=`basename $link`
> d=`dirname $link`
> cp $link $d/temp
> rm $link
> mv $d/temp $link


This worked for me, I was trying to copy the...
5,322
Posted By anbu23
for i in $tempVar do echo $i done
for i in $tempVar
do
echo $i
done
Showing results 1 to 2 of 2

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