Bash is the command line shell that you encounter when you open the terminal on most Unix operating systems, like MacOS and Linux. Learn how to create your own bash scripts to automate tasks on your computer.
#linux #compsci #100SecondsOfCode
🔗 Resources
Bash Reference https://www.gnu.org/software/bash/manual/bash.html
Unix Shell History https://developer.ibm.com/tutorials/l-linux-shells/
Linux File System Explained https://youtu.be/42iQKuQodW4
🔥 Watch more with Fireship PRO
Upgrade to Fireship PRO at https://fireship.io/pro
Use code lORhwXd2 for 25% off your first payment.
🎨 My Editor Settings
- Atom One Dark
- vscode-icons
- Fira Code Font
📖 Topics Covered
- Bash Programming Tutorial
- Linux Command Line Basics
- Bash Scripting
- History of Unix Shells
- Learn to Code with Bash
source
What is zsh?
Thank You Bro for this wonderful video…….🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻🙏🏻
thankyou
bash is a meme
I know bash from termux😅
if you do batch in 100 seconds (my fauvorite language) i will print your channel everywhere on the whole country i live in and go to fireshipland
At first, bash seems a little hard, but later, as you continue learning, it feels like super fun!
The person who watches your videos must know everything about computer😢
That "bourne" -> "born again" evolution taught me how old the tradition of nerdy play on words is for programmers, even very important programmers.
My favourite one is "Nero Burning ROM", it's just so perfectly layered.
0:18 the same Ken Thompson was also a part of Golang programming language creation.. 😳
useless 100 seconds
There's so many other cool features you missed, pipes, redirecting output, nested functions that you can use as inputs for another command… There's a lot you can do in bash today.
Actually is zsh the default shell of the last few macOS versions
my professor in college says the word BASH stands for Boring Again Shell
I’m now an expert
I don't think it would take you even 100 seconds to summarize the critical translations between bash-like and csh-like shells. Fireship gets a "don't recommend this channel" for spamming us with the 100 seconds crap.
Do ZShell
Answered all my questions in 100 seconds. Thanks
I hate it.
Man, I miss Linux, I should re-install Elementary OS (Yes, I'm that guy)
Please make a video about SSH, POSIX shells, and MirBSD Korn Shell (the default shell in Android)
i LOVE bash :3
you forgot the chmod +x
I wrote the O'Reilly book on Bash. It's nice to see such a nice concise video about Bash.
Idk how to thank you.
You are impacting lives of developer at a level beyond terminal…..
great, gonna use this to build my portfolio websiite
I been using bash for years without realising why it's called a shell!
I envy you intelligence. Those videos are so awesome. Chat GPT4 have no chances with you 😀
Hi
Sir which machine or environment are you using for scripting
Wait so python 2.0
0:50 also you can use `echo $0` to know the shell
glad to know that BASH has found our Lord and savior
All caps is customary for env vars, not scripting. I can't tell you how many times I've seen a script collapse because someone blithely overwrote PATH.