Search Results

Search: Posts Made By: spr89
15,129
Posted By ongoto
Love them one liners. :) #!/bin/bash ...
Love them one liners. :)

#!/bin/bash

while read f2
do
kee2=${f2##*,}
line=$(grep $kee2 file1)
if [[ $line && $(echo $line | cut -d, -f12) == 1 ]]; then
srch=$(echo...
Showing results 1 to 1 of 1

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