On 10/5/06, Antoni Grzymala <[EMAIL PROTECTED]> wrote:

Looks useful. Did you try measuring how much faster (on a dry run) it is
than running any shell oneliner (like the one provided by arg or any
other one)?

$ time (IFS=:; for dir in $PATH; do for file in "$dir"/*; do [ -x
"$file" ] && echo ${file##*/} 1 > /dev/null; done; done)
0,35s user 0,16s system 98% cpu 0,518 total

$ time dmenu-input 1 > /dev/null
0,02s user 0,02s system 96% cpu 0,046 total

On a 1.3GHz PIII Mobile with XFS and a slooooow HDD...

Bye, Rob

Reply via email to