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

Reply via email to