Linux Crash Course - Data Streams (stdin, stdout & stderr)

  Рет қаралды 50,715

Learn Linux TV

Learn Linux TV

Күн бұрын

In this episode of Linux Crash Course, we'll go over data streams. Specifically, Standard Output (stdout), Standard Input (stdin), and Standard Error (stderr). We'll also take a look at how to redirect specific data streams, so you can easily separate errors from output.
Brand New Udemy Courses Available!
Check out my new courses on Udemy and take your learning even further!
• Ansible Course ➜ learnlinux.link/ansible
• Linux Essentials Course ➜ learnlinux.link/linux-essentials
Check out the Linux Shop
In the official shop, you'll find Shirts, hats, stickers, bags and more!
➜ merch.learnlinux.tv
5% discount on LPI exam vouchers
After you finish Jay's new course, get 5% off an LPI exam voucher here:
➜ learnlinux.link/lpi-voucher
Become a Patron
Show your support for Learn Linux TV on Patreon and get access to exclusive perks!
➜ learnlinux.link/patron
Become a Channel Member
Show your support for Learn Linux TV here on KZfaq and get access to exclusive perks!
➜ learnlinux.link/member
Mastering Ubuntu Server: 4th Edition
Jay's latest book covers everything you need to know in order to master Ubuntu Server. It's available here:
➜ ubuntuserverbook.com
Linux Gear and Kits
Check out Jay's choice of hardware products, audio/video equipment, and more.
➜ learnlinux.link/amazon
Grab an awesome Pi-powered KVM
Support Learn Linux TV and grab yourself a TinyPilot KVM here:
➜ learnlinux.link/tinypilot
Note: Royalties and/or commission is earned from each of the above links
Time Codes
00:00 - Intro
00:41 - Quick note regarding input/output
01:17 - The three data streams (standard input, standard output, and standard error)
03:06 - Example of Standard Error (stderr)
03:47 - Using the echo command to find the return code
05:54 - Example of both standard output and standard error from one command
07:47 - Splitting standard output and standard error
09:06 - Number designations for stdin, stdout, and stderr
10:24 - Sending stdout and stderr to different files
Full Courses from Learn Linux TV
• Linux Essentials Certification Workshop ➜ learnlinux.link/lpi-course
• Linux Crash Course series ➜ linux.video/cc
• Learn how to use tmux ➜ linux.video/tmux
• Learn how to use vim ➜ linux.video/vim
• Bash Scripting Series ➜ linux.video/bash
• Proxmox VE Cluster Full Course ➜ linux.video/pve
• Learn Ansible ➜ linux.video/ansible
Linux-related Podcasts
• Enterprise Linux Security ➜ enterpriselinuxsecurity.show
• The Homelab Show ➜ thehomelab.show
Learn Linux TV on the Web
• Main site ➜ www.learnlinux.tv
• Community ➜ community.learnlinux.tv
• Enterprise Linux Security Podcast ➜ enterpriselinuxsecurity.show
• The Homelab Show Podcast ➜ thehomelab.show
• Content Ethics ➜ www.learnlinux.tv/content-ethics
• Request Assistance ➜ www.learnlinux.tv/request-ass...
Disclaimer
Learn Linux TV provides technical content that will hopefully be helpful to you and teach you something new. However, this content is provided without any warranty (expressed or implied). Learn Linux TV is not responsible for any damages that may arise from any use of this content. The person viewing Learn Linux TV's content is expected to follow their best judgement and to make their best decisions while working with any related technology. Always make sure you have written permission before working with any infrastructure. Also, be sure that you're compliant with all company rules, change control procedures, and local laws.

Пікірлер: 73
@clblanchard08
@clblanchard08 2 жыл бұрын
I've been using linux for years and never really understood this. Thank you so much!
@andymann6061
@andymann6061 2 жыл бұрын
Same here - I was grappling with it just a couple of days ago, but Jay explains it perfectly.
@satysin630
@satysin630 2 жыл бұрын
When I am introducing someone to the command line this is my go to example of where the command line interface still wins out over a graphical program. The beauty is the application(s) being used don't need to be changed in any way as it is the shell that handles it all for you (providing the applications output to stdout and stderr properly). I once worked with someone that was very "ugh I hate the command line, it's not the 1980s anymore, GUI is always better" so I asked then to do just what you did. Output valid results to one file and errors to another. The only way he could do it was manually and by actually looking then copy/paste the errors to a separate file as none of his graphical tools could filter output (they would just save everything to a single file) so would require the application itself be updated to include such functionality. It didn't totally win him over but it at least shut him up as he knew I would always bring that example up if he ever went on a "GUI is better" rant again 😂Truth is you use the right tool for the job, sometimes that *is* a GUI application but sometimes it's a CLI one so knowing how to best use the tools available is important. Great video 👍
@RayBitton
@RayBitton 2 жыл бұрын
And that's why I'm proud of myself... I never think I know everything. I'm a linux administrator as part of my day job and I think I got a good amount of experience with the command line but reading the title of the video made me think "Maybe I'll learn something new about stdout and stderr". I wasn't wrong. "find /etc -type f > ~/results.txt 2> ~/errors.txt" Never knew or thought about splitting the streams. THANK YOU FOR THAT! So useful.
@sgt.chutney5206
@sgt.chutney5206 2 жыл бұрын
Another awesome video Jay, you are a great teacher. I would love to see a beginners guide to regular expressions. Thanks!
@Andy.N-_-
@Andy.N-_- 2 жыл бұрын
Love these vids that teach me some of the basics we keep forgetting well done and thank you
@greob
@greob 2 жыл бұрын
I was expecting you to talk about how to output both stdout AND stderr to a file. For anyone wondering we do it like this: find /etc -type f > combined.txt 2>&1
@jyvben1520
@jyvben1520 2 жыл бұрын
not working on raspberry pi, "> combined.txt 2>&1" does work.
@greob
@greob 2 жыл бұрын
@@jyvben1520 yeah it's possible some shells parse it differently, and I suppose that is the correct way of doing it. I'll edit my original comment.
@tilla455
@tilla455 2 жыл бұрын
Great tutorial again. Thank you! Your videos have helped me with work on a daily bases
@DL-xf3ur
@DL-xf3ur 2 жыл бұрын
Awesome as always Jay! Thanks!
@polliluiz
@polliluiz 2 жыл бұрын
You’re amazing Jay. Thank you for all of your videos. It’s really the best
@LearnLinuxTV
@LearnLinuxTV 2 жыл бұрын
No. YOU are amazing.
@piusvictor8780
@piusvictor8780 2 жыл бұрын
You are teaching style is amazing brother ✨✨✨ one love from Tanzania, thanks for sharing, your tutorial are highly recommended to anyone interested with learning Linux.
@itay1207
@itay1207 Жыл бұрын
YOUR EXPELTAION WAS SO CLEAR AND GOOD.WAS EASY TO UNDERSTAND !THANKS
@jorgepadron2426
@jorgepadron2426 2 жыл бұрын
Excellent, as always!
@davehodsdon3533
@davehodsdon3533 Жыл бұрын
Great information. Thank you, Jay.
@TheRexhim
@TheRexhim 3 ай бұрын
Thank you! I needed clarification on this!
@anthonyverzosa1292
@anthonyverzosa1292 7 ай бұрын
Thank you very much for this wonderful lesson.
@deedoi
@deedoi 7 ай бұрын
Nice and clear explain, thank you so much! :))
@codeai4178
@codeai4178 11 ай бұрын
I can't thank you enough for these videos sir.
@perminusgaita
@perminusgaita 8 ай бұрын
This is amazing🔥
@nicolasrenard2551
@nicolasrenard2551 2 жыл бұрын
Very good video. More details about standard input would be great.
@dfurmans
@dfurmans 2 жыл бұрын
Thanks for a great clarification!
@13thravenpurple94
@13thravenpurple94 Жыл бұрын
Great work! Thank you
@AplusWiFiSystems
@AplusWiFiSystems 4 ай бұрын
Thank you >> GREAT TUTORIAL
@jacekkieblesz655
@jacekkieblesz655 Жыл бұрын
Very good explanation ,really very good teacher
@OscarCedano
@OscarCedano 6 ай бұрын
Awesome! Thank u!
@ugola1
@ugola1 4 ай бұрын
Amazing!
@inestimable7276
@inestimable7276 Жыл бұрын
Thank you so so much !!!!
@egysnet
@egysnet 2 жыл бұрын
Although I know most of what you're talking about, I enjoy watching the explanation
@SrRunsis
@SrRunsis 2 жыл бұрын
magnificent videoo!! thxx
@dakhamed
@dakhamed Жыл бұрын
Thank you so much
@mohammadmurtazanaiemy7503
@mohammadmurtazanaiemy7503 Жыл бұрын
Its useful thank you so much
@withanaarachchi956
@withanaarachchi956 2 жыл бұрын
Many thanks.
@udayarpandey3937
@udayarpandey3937 2 жыл бұрын
Hello Jay, can you make a series based on real-time project you have worked with? That would be really great. Thank you.
@yazou123
@yazou123 2 жыл бұрын
Thanks a lot
@devbites77
@devbites77 2 жыл бұрын
Great vid as usual. Any chance of a video on bash special params: $*, $@, $#, $$, $!, $?, $-, $_ And how they are used?
@evodefense
@evodefense 6 ай бұрын
thx
@kwangee
@kwangee Жыл бұрын
This topic is seriously useful 👏. I always saw and don't understand 1> 2> in GitHub repo sh file 😂
@paulojsilva__
@paulojsilva__ 6 ай бұрын
You miss 2>&1 to redirect both output (stdout) and errors (stderr) to same file like find /etc/ -type f > ~/all_results.txt 2>&1
@nitinnamdev5627
@nitinnamdev5627 2 жыл бұрын
I am very interested in Linux. while seeing the > /dev/null i am very confusing what is it ? Now i am fully understand . Thank you
@jyvben1520
@jyvben1520 2 жыл бұрын
Could do your testing while using a live cd, nothing to break (do not mount the installed system) expect a follow up about what todo with $? in scripts ...
@gurudayal5743
@gurudayal5743 2 жыл бұрын
as you mentioned about writing a script for sending an email for error or success. How do we do that ,where can I find such script? kindly help
@kellychristus2496
@kellychristus2496 5 ай бұрын
Is there any way to catch stdin 0 and place it into a file like stdout 1 and stderr 2?
@paulojr1384
@paulojr1384 2 жыл бұрын
@TariqMehmood-1307
@TariqMehmood-1307 2 жыл бұрын
I am your subscriber / fan from Pakistan 🇵🇰
@surkewrasoul4711
@surkewrasoul4711 Жыл бұрын
This man is smart. He knows some physics.
@wznzgq1354
@wznzgq1354 Күн бұрын
so how do i actually use `stdin`?
@jonemiller9603
@jonemiller9603 2 жыл бұрын
Does Linode have training modules ?
@LearnLinuxTV
@LearnLinuxTV 2 жыл бұрын
There's some being created right now, some of which by me :) Stay tuned...
@jonemiller9603
@jonemiller9603 2 жыл бұрын
@@LearnLinuxTV got it. Do you know what other websites have training modules ?
@louiseantwine3569
@louiseantwine3569 Жыл бұрын
0:38 how do I add a splash screen
@GooogleGoglee
@GooogleGoglee 2 жыл бұрын
And what if you want to send stout and stderr at the same time to the same file without repeating the file twice in the command line?
@BigBlueMotors
@BigBlueMotors 2 жыл бұрын
See NJUL's comment.
@themedleb
@themedleb 2 жыл бұрын
find /etc -type f > combined.txt 2>&1
@krishnapillai6157
@krishnapillai6157 2 жыл бұрын
Jai shri ram sir i like your indepth technical skills. 🚩🇮🇳
@MuhammadNadeem-hi1ik
@MuhammadNadeem-hi1ik Жыл бұрын
$ Thanks
@aleksic1234
@aleksic1234 2 жыл бұрын
im one of the first
@JorgeEscobarMX
@JorgeEscobarMX 2 жыл бұрын
Great video, but why disable dislikes? -- Update: nevermind I see youtube did it.
@patricknelson
@patricknelson 2 жыл бұрын
Yeah it’s really detrimental for people looking for high quality content like this. For example, I can still see dislikes right now (due to gradual rollout), and this video has only 1 dislike with 412 likes.
@fullstack_journey
@fullstack_journey 2 жыл бұрын
it's because KZfaq is run by incompetent fools
@goodboy8833
@goodboy8833 2 жыл бұрын
@@fullstack_journey Like u
@wambamcamcam
@wambamcamcam Жыл бұрын
They did it because of the massive amount of dislikes from a Biden speech... Js..
@themistoclesnelson2163
@themistoclesnelson2163 Жыл бұрын
Comment
@marcin2x4
@marcin2x4 Жыл бұрын
I noticed that running `find /etc/ -type f 2> /dev/null` still prompts 1 when running `echo $?` As always, awsome content! These tutorials are on my top-list!
@MaheshKumar-bg5re
@MaheshKumar-bg5re 4 ай бұрын
Are you doing meditation? i saw Buddha statue ...
@AbdulRafay-vi6hz
@AbdulRafay-vi6hz 2 жыл бұрын
Hey, Love your topic but here is an advice for you, Don't get mad, it's up to you to take it. Please don't make you videos like a lecture in a class room, make then light and make it fun for other to learn, Don't be a teacher from year 1890, be cool.
@AriannaEuryaleMusic
@AriannaEuryaleMusic 2 жыл бұрын
I actually like Jay the way he is, direct and to the point (No clowning around) plus he is very clear, to me is really fun... Perhaps you might like the arrogance of Luke Smith videos... I don't.
@AbdulRafay-vi6hz
@AbdulRafay-vi6hz 2 жыл бұрын
@@AriannaEuryaleMusic never heard of Luke Smith... let's see...No you are not getting the point... he's been to formal....I never said that I don't like this content or I didn't understand the point... he's good in explaining but All I am saying is that he should be a little less formal, Read a script in way you are are talking to a person in front of you not like a robot.
@AriannaEuryaleMusic
@AriannaEuryaleMusic 2 жыл бұрын
@@AbdulRafay-vi6hz Why "Should he"? You don't have the right to say how Jay "should" run his channel Just because you don't like the format, and you are the one missing the Point, This channel is about LEARNING, if you don't like it, just go somewhere else, there are many Linux channels, and YOU SHOULD be thankful, This Channel is teaching all this stuff for free. I repeat, if you don't like it, don't watch this channel.
@AbdulRafay-vi6hz
@AbdulRafay-vi6hz 2 жыл бұрын
@@AriannaEuryaleMusic chill out...mad man.... It's social Media and it's my right to give advice it's up to Him to take or not . I'm forcing him... second the advice is for Jay not for you..so buzz off.
@AriannaEuryaleMusic
@AriannaEuryaleMusic 2 жыл бұрын
​@@AbdulRafay-vi6hz I repeat, if you don't like it, GTFOH. period.
The OpenSSH Client Config File: Simplify your SSH Connections
17:23
Learn Linux TV
Рет қаралды 31 М.
Linux Crash Course - nano (command-line text editor)
12:46
Learn Linux TV
Рет қаралды 39 М.
Дибала против вратаря Легенды
00:33
Mr. Oleynik
Рет қаралды 4,6 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 14 МЛН
Redirecting standard output in C
15:39
CodeVault
Рет қаралды 88 М.
Understanding stdin, stdout, stderr in Python
11:53
NeuralNine
Рет қаралды 11 М.
5 Common Mistakes New Linux Users Often Make
11:49
Learn Linux TV
Рет қаралды 113 М.
12 GREAT command line programs YOU recommended!
16:25
The Linux Experiment
Рет қаралды 233 М.
Linux Command-Line Tips & Tricks: Over 15 Examples!
31:37
Learn Linux TV
Рет қаралды 213 М.
What is $PATH on a Linux Shell? (The Linux Crash Course Series)
21:52
Learn Linux TV
Рет қаралды 31 М.
Linux is a MAJOR Rabbit Hole
36:40
TechHut
Рет қаралды 636 М.
Linux Crash Course - Symbolic Links
30:07
Learn Linux TV
Рет қаралды 59 М.
18 Commands That Will Change The Way You Use Linux Forever
29:50
Akamai Developer
Рет қаралды 1,2 МЛН
Xargs Should Be In Your Command Line Toolbag
16:24
DistroTube
Рет қаралды 96 М.
ПОКУПКА ТЕЛЕФОНА С АВИТО?🤭
1:00
Корнеич
Рет қаралды 3,5 МЛН
В России ускорили интернет в 1000 раз
0:18
Короче, новости
Рет қаралды 1,6 МЛН