On Jo, 14 mai 20, 12:52:26, Nicolas George wrote: > Albretch Mueller (12020-05-14): > > The thing is that I have to call, say sha256sum, on millions of files > > > > Probably debian admin people dealing with packaging have to deal with > > the same kinds of issues. > > http://man7.org/linux/man-pages/man1/xargs.1.html
Alternatively:
find [...] -exec/-execdir sha256sum {} +
Kind regards,
Andrei
--
http://wiki.debian.org/FAQsFromDebianUser
signature.asc
Description: PGP signature

