bonjour
sous FEDORA 18 3.5.7 204 Gnome Version 3.6.2
find return le répertoire de recherche par défaut
exemple find /home/pascal/usbfree/cam/
/home/pascal/usbfree/cam/
/home/pascal/usbfree/cam/00D6FB009109()_1_20130209110708_147040.jpg
/home/pascal/usbfree/cam/00D6FB009109
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
and it seems ok for me :-)
regards
2016-07-23 9:57 GMT+02:00 Pascal :
> hi,
>
> if I understand the man of find :
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> * -H Do not follow symbolic links, except while processing the
> com‐