Answers for "bash read xlsv"

0

bash read xlsv

xls2csv domains.xls | sed -e's/"//g' | while read l; do d=`echo "$l" | awk  '{print $2}'`; lynx "$d"; done
Posted by: Guest on June-15-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language