View Single Post
Posts: 96 | Thanked: 80 times | Joined on May 2010
#708
Originally Posted by Brian_7 View Post
Hi, when will we have the new version that solves the error with de networks that have a space in their names?
Quite simple. Change the file ~/MyDocs/FAS/readAP.sh to:

Code:
#!/bin/sh

cat temp-01.csv | grep -e $WEPorWPA | awk -F"," 'BEGIN {OFS = ","};{gsub(/,[ +]/,",")}; {print $14}' > scanresults.txt
 

The Following 2 Users Say Thank You to avidscavenger For This Useful Post: