make xargs govern management once any line input
how i xargs govern management accurately once any line quarrel given?
it's default function brick lines govern management once, flitting churned lines any instance.
from :
find /path -type f -print0 | xargs -0 rm
in example, feeds quarrel xargs enlarged list record names. xargs following splits list sublists calls rm once each sublist. some-more fit functionally homogeneous version:
find /path -type f -exec rm '{}' \;
i know "exec" flag. i am only quoting an scholastic instance another resource.
Comments
Post a Comment