Search Results

Search: Posts Made By: Roozo
1,844
Posted By Roozo
Small change on awk. #!/bin/ksh ...
Small change on awk.


#!/bin/ksh

echo "enter SID"
read SID
echo "enter filename"
read filename
awk -F";" '/'"$SID"'/ { print $2 }' ${filename}
exit 0



try...
Showing results 1 to 1 of 1

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