View Single Post
Posts: 259 | Thanked: 72 times | Joined on Dec 2007 @ Halifax, NS
#180
That would be awesome! But... probably take too long each launch...

Otherwise you could rescan on demand and use something like this:

Code:
find / -name debian*.img* 2>/dev/null
The 2> err redirect is purely to prevent seeing the common "too many open files" error. You could use grep or awk to filter just the ones you want, and get them into a list for on-the-fly selection...