Linux CLI - Pipes and Redirection
Which of the following is the correct syntax to replace a placeholder string with input items using
xargs?xargs?-I {} option tells xargs to replace {} with each input item.-I {} before the command and uses {} as placeholder.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions