Search Results

Search: Posts Made By: Joseph_TKLee
2,908
Posted By Joseph_TKLee
for V_STR in `cat file.1`; do ...
for V_STR in `cat file.1`; do
V_F1=`echo $V_STR | awk -F\| '{print $1}'`
V_F2=`echo $V_STR | awk -F\| '{print $2}'`
V_File=`grep $V_F2 file.2` && echo...
Showing results 1 to 1 of 1

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