Search Results

Search: Posts Made By: zozoo
929
Posted By zozoo
is this wat you are try to do for i in...
is this wat you are try to do



for i in *.sh
do
path=`grep $i <pathtofilecontaingthepaths>`
cp $i $path
done
1,603
Posted By zozoo
try giving proper spaces after if statement
try giving proper spaces after if statement
1,771
Posted By zozoo
i think you can give a try with awk -F option to...
i think you can give a try with awk -F option to specify the filed limiter of your choice.
1,721
Posted By zozoo
Hi u can try as below /var/backup # cat...
Hi u can try as below


/var/backup # cat test
hi
bye ...
Forum: Solaris 12-06-2013
2,216
Posted By zozoo
it works for me fine in Solaris u can try...
it works for me fine in Solaris
u can try uuencode then pipe it to mail

---------- Post updated at 01:30 PM ---------- Previous update was at 12:40 PM ----------

u can try for other methods...
2,049
Posted By zozoo
Hi it means the if condition is not working...
Hi it means the if condition is not working correctly

can you try this


if [[ ( "$date" -eq "$DAT" ) && ( "$day" = "$DAY" ) && ( "$month" = "$MON" ) ]
2,903
Posted By zozoo
u can try capturing the var=`./script...
u can try capturing the


var=`./script <paramaneters>`
1,354
Posted By zozoo
input_file : ...
input_file :

ABCDE_ASTA_KEY_PARK,COJ050,10.142.3.150
C_BDEFG_CITY_LAKE,C_BIR0,10.135.3.6
C_FDGEBIR_AXAUDIA,C_ABIR1,10.135.3.34


o/p :

tr '[A-Z]' '[a-z]' < input_file...
1,826
Posted By zozoo
cat file1|while read f;do grep $f file2 >>...
cat file1|while read f;do
grep $f file2 >> output
done
1,826
Posted By zozoo
for i in `cat file1` do grep $i file2...
for i in `cat file1`
do
grep $i file2 >>output
done
Showing results 1 to 10 of 10

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