Search Results

Search: Posts Made By: dmaharana
18,123
Posted By dmaharana
Try this out #!/bin/ksh cat f1 f2 f3...
Try this out


#!/bin/ksh
cat f1 f2 f3 > tmp
_list=$(cat tmp | awk '{print $1}' | sort | uniq)
for i in ${_list}
do
_inf1=$(cat f1 | grep $i | awk '{print $2}' | awk...
Showing results 1 to 1 of 1

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