Hi, when will we have the new version that solves the error with de networks that have a space in their names?
#!/bin/sh cat temp-01.csv | grep -e $WEPorWPA | awk -F"," 'BEGIN {OFS = ","};{gsub(/,[ +]/,",")}; {print $14}' > scanresults.txt