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

Re: How could you load only once a Linux ultility without a batch --input-files kind of option and repeatedly use it on many files? . . .



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

Attachment: signature.asc
Description: PGP signature


Reply to: