Difference between revisions of "Video/Intro to xargs"

From PKC
Jump to navigation Jump to search
m (Text replacement - "{{#ev:youtube |" to "{{#widget:YouTube |id=")
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:


<noinclude>
<noinclude>
{{#ev:youtube
{{#widget:YouTube
|8kAB_VgokMY
|id=8kAB_VgokMY
}}
}}
This video shows how to send commands to [[xargs]] one by one using <code>-n 1</code> option. It also explains how to show the exceptions using the <code>-I{}</code> option. The link to that potion of video is [https://youtu.be/8kAB_VgokMY?t=492 here].
=References=
=References=
<references/>
<references/>

Latest revision as of 11:01, 26 August 2022

Jason Wertz, ed. (Oct 28, 2013). Intro to xargs. local page: DistroTube. 


This video shows how to send commands to xargs one by one using -n 1 option. It also explains how to show the exceptions using the -I{} option. The link to that potion of video is here.

References

Related Pages

Video/HOW TO USE Xargs!!! Linux Core Utils, Video/Intro to xargs, Video/Xargs Should Be In Your Command Line Toolbag, Video/all about xargs ! (beginner - intermediate) anthony explains, Xargs