Is there a reason the interface for readlink(1) is “FILE” instead of “FILE...”? I’ve often wanted to do e.g. “find -type l|xargs readlink” or (in zsh) “readlink **/*(@)”, and having to do a shell loop or use “xargs -n1” seems inelegant. -- Aaron Davies aaron.dav...@gmail.com
- readlink(1) of more than one file? Aaron Davies
- Re: readlink(1) of more than one file? Pádraig Brady
- Re: readlink(1) of more than one file? Eric Blake
- Re: readlink(1) of more than one file? Pádraig Brady
- Re: readlink(1) of more than one file? Jim Meyering
- Re: readlink(1) of more than one file? Pádraig Brady
- Re: readlink(1) of more than one file? Jim Meyering
- Re: readlink(1) of more than one file... Jim Meyering
- Re: readlink(1) of more than one ... Pádraig Brady
- Re: readlink(1) of more than ... Pádraig Brady
- Re: readlink(1) of more than ... Jim Meyering