Package: wireless-tools
Version: 30~pre8-1
Severity: wishlist
File: /sbin/iwlist
SYNOPSIS
iwlist [interface] scanning
iwlist [interface] frequency
iwlist [interface] rate
iwlist [interface] keys
iwlist [interface] power...
Also add a
iwlist [interface] all
command, that will give the output of all options at once, with each
section of the output titles
OK, here's my workaround,
$ man iwlist|col -b|perl -anwe '/iwlist \[interface\]/||next;
print "---$F[-1]---------\n"; system("iwlist",$F[-1])' 2>&1 |sed /^$/d
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]