coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

readlink(1) of more than one file?


From: Aaron Davies
Subject: readlink(1) of more than one file?
Date: Wed, 12 Dec 2012 14:05:30 -0500

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
address@hidden


reply via email to

[Prev in Thread] Current Thread [Next in Thread]