bug-findutils
[Top][All Lists]
Advanced

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

link


From: Pascal
Subject: link
Date: Fri, 22 Jul 2016 10:39:16 +0200

hi,

how find links and exec command on pointed files ?

$ touch a
$ ln -s a b
$ ll
a
b -> a
$ find -H . -type l -exec md5sum '{}' \;
d41d8cd98f00b204e9800998ecf8427e  ./b

md5sum is running on "./b" and not on "./a" like excepted :-(

regards


reply via email to

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