>
>
>
> locate-ls() {
>    locate -0 "$@" | xargs -0 ls -ld
> }
>
>
I'd suggest using -r there also, so that if no files are found, the user
doesn't get a surprising listing of just "." (with its mod-time and so
forth).

Reply via email to