learning

Devops
A Linux command a day (21): find -xargs command
by Admin/ on 03 Oct 2021

A Linux command a day (21): find -xargs command

When using the -find command with the -exec option to process matched files, the -find command passes all the matched files together to exec for execution.

Devops
A Linux command a day (20): find -exec command
by Admin/ on 02 Oct 2021

A Linux command a day (20): find -exec command

find is a very common Linux command, but we usually find more than just a look, there will be further operations, this is where exec comes into play.