Difference between revisions of "Video/Intro to xargs"

From PKC
Jump to navigation Jump to search
(Created page with "{{cite book |title=Intro to xargs |url=https://www.youtube.com/watch?v=8kAB_VgokMY |publisher=DistroTube |location=local page |editor=Jason Wertz |dat...")
 
m (Text replacement - "{{#ev:youtube |" to "{{#widget:YouTube |id=")
 
(3 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/>
=Related Pages=
=Related Pages=
{{#ask: [[Category:Xargs]]
|format=list
}}
[[Category:xargs]]
[[Category:xargs]]
[[Category:Unix Command]]
[[Category:Unix Command]]
</noinclude>
</noinclude>

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