all about xargs ! (beginner - intermediate) anthony explains #200

preview_player
Показать описание
xargs is by far one of the most useful commandline tools I know -- I teach the main things you need to use it so you can look like a commandline wizard too!

==========

I won't ask for subscriptions / likes / comments in videos but it really helps the channel. If you have any suggestions or things you'd like to see please comment below!
Рекомендации по теме
Комментарии
Автор

Dang, this is a lot of cool stuff. I've used xargs whenever I needed too, but never delved that deeply into it. This workflow is really nice.

Bokbind
Автор

And here I was using $() subprocess substitution like a pleb, e.g. something like `echo $(ls)` or `for file in $(ls)`. xarrgs seems like the better option for most of those cases and I'll be happy to use it from now on :)

elimik
Автор

episode 200!! super cool i really like these. also what a great topic for #200 i LOVE xargs

tompov
Автор

ok this was pretty cool. I just started looking into bash scripting, and I'm definitely going to look into find and xargs (and git) a lot more

sadhlife
Автор

xargs is indeed the Linux key to doing many bits of automation. Great code coaching.

example
Автор

Didn't agree more, find + xargs is the way to go, for long commands i usually add a tqdm at the end too.

theeFaris
Автор

5:29 how did you jump from EOL to that position (position before 'hello') so quickly?

cubernetes
Автор

i still didn't get it 😥. i am very new to linux

mister_incredible
Автор

What part of the quoting you "didn't do properly"?
I keep re-reading it, but I don't understand why it manages to rename 'hello hello world' into a bak file and then tries to move a world file...

Maverick_Mad_Moiselle
Автор

learning xargs because I can't learn how to use variables on scripting.. hahahaha

walkdead