On Thu, 2020-05-28 at 11:48 -0400, Bruno Dantas wrote: > I hope it's not too inappropriate to ask a support question here. I've > tried at my distro's forum to no avail. > > Please, how do I make "sudo iwlist <iface> scanning" display only > results from current scan? Cached prior scan results (including no- > longer-available hotspots) often show up in the output, which breaks > one of my shell scripts. You cannot. You should use 'iw' instead of 'iwlist', which does have options for flushing the cache. johannes