Bash Scripting Tutorial for Beginners

  Рет қаралды 486,302

freeCodeCamp.org

freeCodeCamp.org

Күн бұрын

Пікірлер: 214
@Herbertech
@Herbertech Жыл бұрын
Thanks for the support, Beau. Happy/excited be on the FCC channel! 😀
@PureAwareness76
@PureAwareness76 5 ай бұрын
❤ Just found your Linux course on the other day - and now, you're here 🎉
@ivyscripting7240
@ivyscripting7240 Жыл бұрын
I bought an entire course on Udemy to learn linux and bash scripting and this was so incredibly clear and straightforward in comparison. Really appreciate how easily Herbert broke down bash scripting and I hope you have more courses on the FCC channel.
@user-br9zx3ip3x
@user-br9zx3ip3x 6 ай бұрын
here for the same reason
@kaustavchakrabarti1967
@kaustavchakrabarti1967 Жыл бұрын
This has been my first online coding course and I really enjoyed the session. The language was very comprehensive and audience friendly.
@Entropy67
@Entropy67 Жыл бұрын
First online coding course, nice! I recommend the other videos on this channel, you can basically teach yourself anything with enough commitment.
@frankenweeny8785
@frankenweeny8785 Жыл бұрын
This entire course is like an entire semester condensed into less than one hour, impressive!
@goldbergsam1540
@goldbergsam1540 2 ай бұрын
as a data scientist major my class teach it not entire semester not half semester, but only one session and expect us to learn much more than this.
@BrunO-dy9ro
@BrunO-dy9ro Жыл бұрын
This literally came right when i needed it, thank you so much.
@whispercat56235
@whispercat56235 Жыл бұрын
same!!
@itzvoko1
@itzvoko1 Жыл бұрын
Same.
@skatetick
@skatetick Жыл бұрын
Same
@hakadmedia
@hakadmedia Жыл бұрын
same
@astramieri
@astramieri Жыл бұрын
It's always the perfect time for Bash Scripting.
@eperez_yt
@eperez_yt Жыл бұрын
This introductory course was very useful and I loved how visually is well structured. Actually, bash is so useful for any project. TY for this vid.
@quincylarsonmusic
@quincylarsonmusic Жыл бұрын
This is an excellent Bash primer. Thank you @Herbertech for creating this and for sharing this with the global developer community. 🙏
@giancarlovalentin9569
@giancarlovalentin9569 Жыл бұрын
Que bueno que estén incluyendo diferentes pistas de audio en su vídeos, esta genial!
@Markus-iq4sm
@Markus-iq4sm Жыл бұрын
One of the best starter bash video on KZbin
@MauroGrizia
@MauroGrizia 3 күн бұрын
Excellent course! It was exactly what I was looking for. Kudos to the speaker. His explanation was extremely clear and informative!
@abiodunbabalola451
@abiodunbabalola451 9 ай бұрын
Wow. What a great course! This is by far the best bash scripting on the internet.
@muyivushafiq8389
@muyivushafiq8389 11 ай бұрын
If you had some programming background, this must have been an awesome tutorial for you. I've enjoyed this. Thanks to FCC and Instructor!
@ssmith5048
@ssmith5048 Жыл бұрын
Hey, nice tutorial-I had to smile when you mentioned Atom as an option for a text editor. I still have a copy installed, but was surprised you mentioned it since it has been discontinued.
@anandprakash2483
@anandprakash2483 Жыл бұрын
Excellent ! Watched and practiced all commands in one go. This bash primer only requires very basic linux knowledge beforehand.
@fmaylinch
@fmaylinch Жыл бұрын
43:00 I think sed and awk (and grep) are specially useful when piped after some output. It would be useful to see examples of that usage.
@ayushkapoor305
@ayushkapoor305 4 ай бұрын
The video is so well structured. Half way through the video but couldn't stop myself from appreciating the efforts that have been put up for making this.
@hexbinoban6170
@hexbinoban6170 Жыл бұрын
Good ! A PowerShell & batch scripting tutorial would also be nice.
@mhdunknown
@mhdunknown Жыл бұрын
If you're on macOS and the ${1,,} syntax isn't working for you at 25:19 it's because mac ships with a very old version of bash, and this syntax is only supported in bash 4.0+ Instead use the tr command to transform the first argument to lowercase, and use the
@mhmdmd9525
@mhmdmd9525 Жыл бұрын
I really liked it and enjoyed, it was an fantastic course. Short but contained more valuable information about bash. thank you so much.
@chorico5937
@chorico5937 22 күн бұрын
yoooo thx so much, saved a lot of time with this intensive course!!!
@thething6268
@thething6268 Жыл бұрын
no waaaaay ...... i just started learning bash today and the video came out
@cuthbertmilligen
@cuthbertmilligen 9 ай бұрын
Great video! To make it even better I'd suggest that you a) add " " to your PS1 variable so that your typing always starts at the left margin instead of somewhere far out on the right b) use a more readable color scheme - dark blue on black is pretty well unreadable
@eduarddez4416
@eduarddez4416 Ай бұрын
This was a pretty ok video on linux intro! The only thing which gave me a hard time was sometimes the lack of detail in the new concepts that were more important and more detail given into things that were more obvious and easier to figure out , for example I had to look up why exactly this command : "wc -w < hello.txt" only showed the nr of words , couldn't really understand it from the video and had to rewatch that part multiple times , as well as the part with the if statements where most people that want to learn linux do already understand this concept but not so much why you wrote {$1,,} . Besides that great tutorial!
@funkyboy4882
@funkyboy4882 Жыл бұрын
Completed the lecture, and yes it was amazing, hoping to see more such lectures. ✌✌✌✌
@Hassan-lv9di
@Hassan-lv9di 3 ай бұрын
Thank you that was really a beginner friendly guide. Just a quick fixage, in 23:50 double quotes and single quotes work as well.
@lucianaquiroga4405
@lucianaquiroga4405 Жыл бұрын
lo escucho en español!! genial!! (no se si está subido así, o si yt tiene una nueva funcionalidad que lo traduce sólo. Justo Bash lo que vendo buscando para complementar mi conocimiento básico en Linux. Gracias FreeCodeCamp
@vijayjeee8806
@vijayjeee8806 Жыл бұрын
Thank u team, it is not easy make courses like this. Lot of love from India ❤
@iandotjs
@iandotjs Жыл бұрын
Been waiting for this. Thank you so much, FCC! 🤘
@rachit_joshi
@rachit_joshi Жыл бұрын
thank you so much. it was an amazing experience learning bash scripting with the amazing mentor here !!!
@kevinramon9855
@kevinramon9855 Жыл бұрын
Esta traducido a español 😊, me sorprendió full
@Torviticus
@Torviticus 6 ай бұрын
This is really helpful. I regret not looking into bash scripts sooner.
@SandyLearner
@SandyLearner Жыл бұрын
Thanks for Course. Also in future Please make video on Powershell 7 and how to use in Cross Platform related to Cloud DevOps Automation
@alejandrorobles4921
@alejandrorobles4921 Жыл бұрын
Thank you, for the audio in Spanish, I hope you continue the same, I wish you good luck and that you continue teaching.
@s4nzuu921
@s4nzuu921 Жыл бұрын
I was just looking for Bash scripting tutorial and FCC uploaded one, nicee
@abdurrehmankhalid2290
@abdurrehmankhalid2290 Жыл бұрын
First of all thank you for making this tutorial, but I faced some problem being a beginner. The first thing is that one simple concept consists of other different concepts, it would have been a better to keep things simple in order to explain the current concept. One example is that in case of arrays, there are three concepts combined which are arrays, loops and word counting, which made the understanding of the looping through the array very difficult.
@SandyLearner
@SandyLearner Жыл бұрын
Hi , Thanks for adding another silent yet useful language . Couple of yrs popularity of forgotten language started increasing as mostly underline Linux systems still for easy solution , bash is always available w/o modification Pls make detail 6-7 hr video in future providing real life examples related Cloud Linux Automation DevOps etc 😊😊
@KRISHNA-Karma
@KRISHNA-Karma Ай бұрын
Thanks for this awesome video. Keep up the good work guys.😊👍
@enclave2k1
@enclave2k1 7 ай бұрын
#!/bin/bash/ input=${1,,} case $input in "yes" | "no" | "maybe") echo "Can you repeat the question?" ;; "malcolm") echo "Life is unfair" ;; "help") echo "I don't know" ;; *) echo "You're not so big" ;; esac Thanks for the tutorial, was fun.
@joecrak249
@joecrak249 9 ай бұрын
SUBSCRIBED!! hey Herbert just wanted to give a BIG THANKS for the content im a bit of a late bloomer to this "but better late than never" Ive watched this about 3x now
@vadivelan4228
@vadivelan4228 Жыл бұрын
Great tutorial, I was searching this for a long time.
@dynamix9916
@dynamix9916 7 ай бұрын
Thanks. Great introductory video.
@user-zj9pj7yz6e
@user-zj9pj7yz6e 2 ай бұрын
Very cool tutorial! Thanks!
@Anonymous34958
@Anonymous34958 7 ай бұрын
finally, I know how to exit vim. thanks, FCC
@ApenasSandokhan
@ApenasSandokhan Жыл бұрын
Wow... Let's mastering shells scripting.
@thenoob4208
@thenoob4208 Жыл бұрын
increible porfin puedo tomar el curso en español
@aditya__exe
@aditya__exe Жыл бұрын
I literally needed this the most today and you gave it! How do you know?
@Antonia-yj4de
@Antonia-yj4de Ай бұрын
Think was so helpful. Thank you so much!
@mazal-bb
@mazal-bb Жыл бұрын
I'm enjoying the course as well. Although I'm only a third of the way finished, I don't want to neglect offering this comment, or query really.. anyone else having trouble using echo without enclosing string in quotation marks? My terminal spat back at me, "no matches found: name?" It wasn't hard to figure out it was the missing quotes that annoyed my terminal-along with the '?.' It was worked fine if I didn't code the string in the form of a question, but better of course with the " ". Seems like quotes aren't always required for certain setups; but maybe best practice? I'll be curious is this is addressed later in the session. Great fun, though!
@krishnanigalye1173
@krishnanigalye1173 11 ай бұрын
Wow..I spent almost an hour to figure this out. Thanks bro.
@hosqu_
@hosqu_ Жыл бұрын
Exactly when I needed it! ♥
@Bricky2021
@Bricky2021 5 ай бұрын
Next video request: how to write a minimalistic programming language on bash!❤❤❤
@mynathan77
@mynathan77 Ай бұрын
Thank you, this was very educational. :)
@garfield-pro
@garfield-pro Жыл бұрын
He just scratched the surface. We need to dig deep on our own.
@Moorpark-6k
@Moorpark-6k 7 ай бұрын
but how do we read more or do we visualize logically??
@alexnovik
@alexnovik Жыл бұрын
Great tutorial!
@TrueSQN
@TrueSQN Жыл бұрын
apt-get install nano - should be first :D great tutorial!
@PolyCodeOfficial
@PolyCodeOfficial Жыл бұрын
Wow, this was very helpful! Thank you for explaining it well!
@kidcobain1
@kidcobain1 Жыл бұрын
en español.. excelente!
@Mintberrycrunch982
@Mintberrycrunch982 8 ай бұрын
I will never use VIM! but great tutorial. Thanks again!
@illegalsmirf
@illegalsmirf Жыл бұрын
Can we please have a course on practical Ansible
@ImadEz-zahi-d1q
@ImadEz-zahi-d1q 2 ай бұрын
Parfait!
@luloxeth
@luloxeth 3 ай бұрын
Nice tutorial, it felt so short
@andersonmendoza9959
@andersonmendoza9959 Жыл бұрын
Deberían hacer eso con todos sus videos de su canal original, ya que tienen mucho más contenido en el que en el canal en español, deberían continuar con django rest framework
@Arsche
@Arsche Жыл бұрын
so I love this shell
@MohitKhare
@MohitKhare 11 ай бұрын
Thanks, that was helpful.
@timtom3403
@timtom3403 Жыл бұрын
reall nice beginners tutoral
@davoodd1638
@davoodd1638 Жыл бұрын
Hi sir, thanks for your informative video, I was wondering which distro you used to make this video. Thanks
@samoylov1973
@samoylov1973 Жыл бұрын
Nice and useful! Liked the style and tempo. But a few wishes: command line prompt in this video is ugly and takes valuable space (that's why example commands "jump" to next lines, btw). It could be done in style even in WSL. And to this GNU/Linux in that mediocre OS that is called windows. Why? Why you are trying, as saying goes, "get tonsils through the bottom"? 😉
@yashkhatwani230
@yashkhatwani230 Ай бұрын
Thanks a lot
@gatjuatwicteatriek4590
@gatjuatwicteatriek4590 Жыл бұрын
This is my free university.
@Anonymous-ij7cw
@Anonymous-ij7cw 3 ай бұрын
Completed revise notes from 11_
@BhaavanaroobhiAhilarupan
@BhaavanaroobhiAhilarupan Ай бұрын
Thx for the video
@pj-nz6nm
@pj-nz6nm Жыл бұрын
I was looking for shell scripting few hours ago.
@leonstone3443
@leonstone3443 Жыл бұрын
did you find it?
@denovo3949
@denovo3949 Жыл бұрын
Very helpful video. Thank you! -❤‍🔥🎇
@ramon9789
@ramon9789 Жыл бұрын
The Spanish audio is great, but can I would like to here it in English if it is possible. How can I switch to original audio? Or is this the original audio?
@mdbarin2014
@mdbarin2014 10 ай бұрын
Thanks man. Cool
@hotrodhunk7389
@hotrodhunk7389 Жыл бұрын
My bash free code camp broke 😢... Have to start it over. Anyone know how to fix it? Code road just keeps loading and won't finish. Followed all the trouble shooting
@random_things2023
@random_things2023 Жыл бұрын
i kinda love it but we still need some bash scripting courses
@jamesbaxter2812
@jamesbaxter2812 2 ай бұрын
Just found this. I was watching another person doing this. So I followed what he is saying. I am looking at cache and updates. Can I stop the rsync from copying them to my backup. Thanks
@TwoTimesTwentyOne
@TwoTimesTwentyOne Жыл бұрын
Excellent :)
@seahammer303
@seahammer303 Ай бұрын
Thank you for the video but all of this channels videos are unnecessarily long where they can be summarized and explained more simply.
@nicktucker3437
@nicktucker3437 8 ай бұрын
14:52 last name instead of list name, I make this kind of mistake a lot, too.
@tony-go-code
@tony-go-code Жыл бұрын
Thank you
@cpqvenom
@cpqvenom Жыл бұрын
Atlast!!!
@JohnPG-s3s
@JohnPG-s3s 8 ай бұрын
informative
@jeremiahbullfrog9288
@jeremiahbullfrog9288 Жыл бұрын
5:52 "and then we can press Q to exit the file" ... This error is a big point of confusion for new vim users. [lowercase] Q initaites macro recording, which opens a whole can of worms for someone who is just trying to quit vim. This would be a good point in the video to discuss what to do if you forget to type the colon.
@nikolanikola1497
@nikolanikola1497 10 ай бұрын
Great!
@noureldin5611
@noureldin5611 7 ай бұрын
32:00 Seriously what the **** is this syntax !!!
@krishnanigalye1173
@krishnanigalye1173 11 ай бұрын
If you are using mac and experiencing problem with 'ifelseifels' sample code then this is the solution. ``` #!/bin/zsh input_lower=$(echo "$1" | tr '[:upper:]' '[:lower:]') if [ $input_lower = demouser ]; then echo "Hi User, how are you?" elif [ $input_lower = help ]; then echo "You will surely get some help" else echo "Not sure..who you are!" fi ``` You might get this error in terminal- "bad substitution". This is likely due to the ${1,,} syntax, which is used to convert the value of $1 to lowercase in the zsh shell. However, it seems like you might be running this script in a shell that does not support this syntax.
@aram5642
@aram5642 9 ай бұрын
11:15 30 Dec 26 - back to the future!
@andrejesus.
@andrejesus. 7 ай бұрын
to jump all the linux basics go to minute 25.
@lasdovah
@lasdovah Жыл бұрын
BUENISIMO LO DE LAS PISTAS DE AUDIO, el laburo que era leer los subtitulos y programar al mismo tiempo
@Wuhihihaha
@Wuhihihaha Жыл бұрын
very usefull this what im needing thx codecamp
@user-ou5qf7rc4k
@user-ou5qf7rc4k Ай бұрын
4:50 way vim vs is better
@fmaylinch
@fmaylinch Жыл бұрын
11:38 here it would be good to run ls -l again and show the permissions after chmod
@oscarms6067
@oscarms6067 Жыл бұрын
Thank you for the translation to spanish... But beeing a spanish native speaker, I cant't hardly understand the audio. I'd rather listen to an English audio version to be able to understand the content.
@hereliesadvaith
@hereliesadvaith Жыл бұрын
Thanks
@srsr6099
@srsr6099 Жыл бұрын
Thank you fcc❤
@yogeshlinganna521
@yogeshlinganna521 Жыл бұрын
This tutorial was very helpful and easy to follow. Thanks.
@Arsche
@Arsche Жыл бұрын
Bash is maincharactor in FF12.
@piyushpatil6874
@piyushpatil6874 Жыл бұрын
SG : Aur Laundea , kitne ghantea kaam kiya ? me : 60min
@untold8718
@untold8718 Жыл бұрын
Can you make tutorials on verilog, vhdl coding
Kubernetes Course - Full Beginners Tutorial (Containerize Your Apps!)
2:58:01
Become a bash scripting pro - full course
36:00
CODE IS EVERYTHING
Рет қаралды 56 М.
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 59 МЛН
Je peux le faire
00:13
Daniil le Russe
Рет қаралды 21 МЛН
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,2 МЛН
Beginner's Guide to the Bash Terminal
1:14:37
Joe Collins
Рет қаралды 2,3 МЛН
Bash Scripting Full Course 3 Hours
3:08:04
linuxhint
Рет қаралды 1,2 МЛН
Vim Tutorial for Beginners
1:14:29
freeCodeCamp.org
Рет қаралды 729 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 289 М.
Learn Any Programming Language In 3 Hours!
22:37
Code With Huw
Рет қаралды 378 М.
you need to learn BASH Scripting RIGHT NOW!! // EP 1
12:14
NetworkChuck
Рет қаралды 1 МЛН
He bought this so I can drive too🥹😭 #tiktok #elsarca
00:22
Elsa Arca
Рет қаралды 59 МЛН