Raspberry Pi Linux LESSON 14: Using Linux Tee Command

preview_player
Показать описание
This lesson shows you how to use Linux pipes and tees. A tee allows you to take the output from one linux command or program and then send it to multiple places.

Full Details at:
Рекомендации по теме
Комментарии
Автор

Thanks Paul Whorter for these nice lessons!

tknoobelix
Автор

Nice one. I am an old Unix man but never used tee to my recollection. Now I am a tee totaler! Enjoying the review and brushing up on forgottan tricks.

driftlessheights
Автор

hi Paul 3yrs later Paul and i am enjoying your course you have a fantastic way with and keep up the work thankfully yours Gerry

gerardsmith
Автор

learning to code just for the heck of it... Am loving these easy placed lessons. Thank you

mtexaneel
Автор

Thank you Sir for these lessons. You do a great job of explaining things.

jimsmith
Автор

Can someone please tell me the difference between the ">" operator and the "|" (pipe) operator? I can't see the difference.

karamyounis
Автор

Thank you Mr. Mcwhorter, Good to know!

erygion
Автор

Is it always permanent that one end of the tee command is terminal window?

karthikbiju
Автор

Paul: when writing a line command is there some rule that must be followed when you put in a "Space" or no "Space"? Example: mkdir /home/pi my_dogs.   I seem to be rather space happy.

jimvanden
Автор

cant we use > to append like in previous sessions

ashwindev