Become a bash scripting pro - full course

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ค. 2024
  • In this video you'll learn everything you need to know in order to start writing bash scripts to automate all of your boring tasks.
    Useful reference site: learnxinyminutes.com/docs/bash/
    Music by Alex Bainter / CC BY
    #terminal #linux #bash
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 125

  • @thisguyc0ry
    @thisguyc0ry 2 หลายเดือนก่อน +52

    I never knew I needed a “Guided Bash Meditation”

    • @RickGladwin
      @RickGladwin หลายเดือนก่อน +2

      Pro tip: light a couple candles, put on a nice essential oil diffuser. Saje has a scent called “nerd forest” that’s perfect for this.

  • @nomemeshere253
    @nomemeshere253 2 หลายเดือนก่อน +89

    If you made Bash Pro Shop merch, I would instantly buy it. I have never bought merch before, but it would be worth the investment.

    • @Kane0123
      @Kane0123 2 หลายเดือนก่อน +6

      I second this. Only stopped for the title

    • @SteveWilburn
      @SteveWilburn 2 หลายเดือนก่อน +4

      For real. That graphic would be great on a shirt or a hat.

    • @hunterlake2943
      @hunterlake2943 2 หลายเดือนก่อน

      Same

    • @moose-1
      @moose-1 หลายเดือนก่อน

      Agreed

    • @Iwbyiwm
      @Iwbyiwm หลายเดือนก่อน

      I agree

  • @danydanger
    @danydanger 2 หลายเดือนก่อน +45

    I have been through long courses of bash scripting and in that only I have seen all these topics covered, covering so much in a less than 30mins is really awesome. I request you to make more of like this plz.

    • @leo25cm
      @leo25cm 2 หลายเดือนก่อน

      It's interesting that not a lot of creators go in-depth into she'll scripting. It's so useful and portable

    • @kurdm1482
      @kurdm1482 2 หลายเดือนก่อน

      Shell scripting is easy n powerful
      ​@@leo25cm

  • @RickGladwin
    @RickGladwin หลายเดือนก่อน +10

    I consider myself to be “decent to okay” at bash scripting. I’ve even got bash scripts in enterprise production environments. This video helped _clarify_ and illuminate so many individual features and (sometimes conflicting) syntaxes. Not only do I have new knowledge, but the information that was already in my head is more cohesive. Absolute A+ content.

  • @mgmartin51
    @mgmartin51 2 หลายเดือนก่อน +3

    I feel like I’m listening to late night FM radio.

  • @silvertechnolo3958
    @silvertechnolo3958 หลายเดือนก่อน +4

    This was beautiful my friend. Your calming voice and the methodical breakdown of the code is Buddhist in nature. Incredible work. And I now second the merch thing.

  • @erikastjarnstoft
    @erikastjarnstoft 2 หลายเดือนก่อน +1

    So glad I found your channel as I'm struggling to wrap my head around the awkwardness of writing bash scrips for my studies right now. Will definitely reference parts of this video again during the two weeks I have for my current assignment! Thank you! ❤

  • @DenisNolan
    @DenisNolan 2 หลายเดือนก่อน +5

    I feel like I’m learning and meditating at the same time. This is wonderful. Subscribed

  • @polares8187
    @polares8187 2 หลายเดือนก่อน +8

    You keep hitting it out of the park. Another amazing video. Holy hell.

  • @aarond0623
    @aarond0623 หลายเดือนก่อน +4

    A couple of errors/things that may be confusing:
    13:53 - The internal logical AND and OR are wrong for double brackets. They would be correct for single brackets, though.
    20:07 - The for loop is incorrect and prints 1[@]. The correct syntax would be `for item in "${my_arr[@]}"`
    21:00 - Not an error, but this while loop will fail after the first iteration with the previously mentioned "strict mode", because ((counter++)) will return non-zero and exit the script.

    • @TylerTheDestroyer
      @TylerTheDestroyer 4 วันที่ผ่านมา

      I implore @TH-cam to please address this very bad and lazy ai driven content

  • @goofballbiscuits3647
    @goofballbiscuits3647 2 หลายเดือนก่อน +9

    Nice mic, damn 😅
    Even better video! It's actually as relaxing as it is perfectly dense and presented. I think any more in any direction of brevity or speed, it wouldn't work. You hit that Cinderella slipper of YT education. Normally, music in the background drives me nuts. I loved it!

  • @SocheatSok78
    @SocheatSok78 16 วันที่ผ่านมา

    In the function statement you can also use the “return” keyword “return” or “return n”.

  • @franciscocarvalho8843
    @franciscocarvalho8843 2 หลายเดือนก่อน

    Hey, you did an amazing job. This was more than helpful, it was enjoyable. I believe that you have an excellent combination here, summarizing information but also lifting a bit the curtain to understand the underlying structure is really valuable for this type of content. Keep up and I am sure that you will get more acknowledgment from everyone in a near future!

  • @caiocouto3450
    @caiocouto3450 2 หลายเดือนก่อน +1

    this vid is amazing. I'm not very inclined to learn shell scripts, like bash or powershell; but the pacing, the background song, the edit and your explanation turn it like a "reading session". i felt like i was reading a really good book, with no hurry and pay the most attention i could

  • @youseflourdx6531
    @youseflourdx6531 2 หลายเดือนก่อน +6

    Thanks a lot!
    I'm learning bash little by little and this video and the last one hit the spot

  • @ericlindell3777
    @ericlindell3777 2 หลายเดือนก่อน

    Wonderful vid! Looking forward to more!

  • @frackinfamous6126
    @frackinfamous6126 2 หลายเดือนก่อน +1

    Please don’t stop making videos. ❤. Keep it up! Too good.

  • @ajko000
    @ajko000 2 หลายเดือนก่อน

    I had some trouble understanding how the positional variables worked until I saw the ffmpeg example and then it clicked! Thanks!

  • @redbrickhut
    @redbrickhut หลายเดือนก่อน

    Dude your content is amazing, keep it up!

  • @SCALENE5
    @SCALENE5 2 หลายเดือนก่อน +1

    Thank you for teaching me. This is top grade knowledge that you are teaching us.

  • @hellawacked
    @hellawacked 2 หลายเดือนก่อน

    Great videos looking forward to the next one.

  • @deflect3658
    @deflect3658 2 วันที่ผ่านมา

    such an awesome explaination! thank you for this

  • @M3eizo
    @M3eizo 2 หลายเดือนก่อน

    Really awesome! Thank you so much and see you in the next one too.

  • @josephbledsoe1333
    @josephbledsoe1333 21 วันที่ผ่านมา

    Was skeptical I would learn anything new, but there were several juicy fresh bits! Very cohesive, wish I had seen this years ago haha. Valuable content for the community

  • @SlinkyD
    @SlinkyD 2 หลายเดือนก่อน +3

    This is the ABS (Advanced Bash Scripting) Guide speed run.

  • @rafadubiel5288
    @rafadubiel5288 2 หลายเดือนก่อน

    Great video! Need more! 👏

  • @phobosmoon4643
    @phobosmoon4643 2 หลายเดือนก่อน +1

    dank content the middle school teachers need to steal this and create some yung engineers

  • @trev-dev
    @trev-dev หลายเดือนก่อน

    Telling me that bash is a command syntax language unravels much of the mystery behind why my scripts have sucked. Thanks

  • @mingzih
    @mingzih 2 หลายเดือนก่อน

    nice, you acually explained all about bash, thanks.

  • @blank001
    @blank001 2 หลายเดือนก่อน

    Thanks for this awesome video/resource

  • @made-simple
    @made-simple 2 หลายเดือนก่อน

    Really unique Editing style ... feels calming and mental rush just boils down! ... Subscribed! for your efforts !

  • @MacSuperior_
    @MacSuperior_ 2 หลายเดือนก่อน

    thx for the video! I’m sure learning this will help me in the future

  • @alezad57121
    @alezad57121 หลายเดือนก่อน

    more videos exactly like this. fundamentals of linux is great stuff.

  • @davemeech
    @davemeech 6 วันที่ผ่านมา

    This was superb. The music choice was fantastic if conscious, because it helped immensely with focus.
    Also Bash Pro Shop merch when?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  4 วันที่ผ่านมา

      I’m glad you like it, I did spend some time trying to find the right tunes.
      And I’ve looked into it but I’ve been lazy about getting some samples. But I’ll do so, as it seems like a decent number of people are interested.

  • @XrayShapeShifter
    @XrayShapeShifter 2 หลายเดือนก่อน

    This video is an expected pleasure

  • @azadim8268
    @azadim8268 หลายเดือนก่อน

    Thank you sir!

  • @kartikmahajan4405
    @kartikmahajan4405 2 หลายเดือนก่อน

    great video, subscribed

  • @Juanjuanzerojuan
    @Juanjuanzerojuan 2 หลายเดือนก่อน +1

    Super helpful thank you!

  • @alexander_adnan
    @alexander_adnan หลายเดือนก่อน

    The title got me, there’s one that just opened near my place😂😂😂😂😂❤

  • @pabloqp7929
    @pabloqp7929 2 หลายเดือนก่อน

    So many pro-tips and nuanced demos, thank you! Also great voice tbf.

  • @saeedxgholami
    @saeedxgholami 2 หลายเดือนก่อน

    Very useful thanks.

  • @GagikAvetisyan-hi9jh
    @GagikAvetisyan-hi9jh 11 วันที่ผ่านมา

    Good Job !

  • @l.sureshkumar-lsk550
    @l.sureshkumar-lsk550 2 หลายเดือนก่อน

    Nice useful video. 👏

  • @Robdawger
    @Robdawger 2 หลายเดือนก่อน +1

    You're the best. I followed along and made a "quick reference" guide for myself as I continue to learn how to use Bash and Linux/Ubuntu. It's not as scary as I thought it would be, trying to learn all this. Thank you for making it much more approachable!
    One question: Is there is significant difference between csh and bash? My advisor only uses csh, while, I want to learn more bash/tcsh, since I've read that the latter is a bit more dynamic compared to csh. Is this true?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน +1

      I'm glad to hear it!
      And I think the choice really comes down to personal preference. There will be some differences in syntax and a few features here and there, but the majority of the work you'll be doing in the scripting is going to be very similar, as it'll be heavily command driven.
      I think the real reason to opt for bash is its ubiquity. Almost every unix system will have bash pre-installed, whereas very few have csh/tcsh (not that its hard to install).
      I personally use zsh as my main shell, but still for any scripts I write I'll tell it to use bash so it'll run on any of my systems.

    • @goofballbiscuits3647
      @goofballbiscuits3647 2 หลายเดือนก่อน

      I'll add that Bash is used in Unix, Linux and Windows. If you are going professional with these skills, bash would be the most useful/ubiquitous by far.

  • @sevos
    @sevos 2 หลายเดือนก่อน

    This video is awesome

  • @imaboutmyfathersbusiness
    @imaboutmyfathersbusiness 17 วันที่ผ่านมา

    Subscribed Brother!

  • @kurdm1482
    @kurdm1482 2 หลายเดือนก่อน

    I love this n you
    Thank you

  • @finnberuldsen4798
    @finnberuldsen4798 2 หลายเดือนก่อน

    Awesome video, so much content, so well explained. Love the added process at the end

  • @cherkim
    @cherkim 28 วันที่ผ่านมา +1

    This production quality is too high, the channel will blow up soon.

  • @Podoco_music
    @Podoco_music 2 หลายเดือนก่อน

    fantastic video! this ends up being a good refresher video too!

  • @DetlevObst
    @DetlevObst 6 วันที่ผ่านมา

    You've got a great way of explaining the structure & modularity of using bash and "glue" together its userland utilities. You'd be awesome for teaching python and rust I'd bet! Thanks so much for making the video. BTW, how did you get those lines of code to highlight while you're explaining? Also, never saw "#!/usr/bin/env" syntax before ... it even works in FBSD.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  4 วันที่ผ่านมา

      Thanks! And I’ve only dabbled with Rust, but I will have some more programming videos soon.
      And I used reveal.js which has a line highlight capability for code blocks.

  • @comosaycomosah
    @comosaycomosah 2 หลายเดือนก่อน

    Lmao love the thumbnail 😂

  • @hyltoncarboo8303
    @hyltoncarboo8303 2 หลายเดือนก่อน

    This is golden!!! What font do you use for the terminal?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน +1

      Thanks! And its IBM Plex Mono (www.programmingfonts.org/#plex-mono)

  • @leo25cm
    @leo25cm 2 หลายเดือนก่อน

    Also if you stick to the Bash test, that is `[[ ... ]]`, you don't need to put variables inside quotes, not on the left side of a comparison.

  • @mervmartin2112
    @mervmartin2112 25 วันที่ผ่านมา

    Bash is cow complete! cowsay "Thanks! You have another subscriber."

  • @tonyb9864
    @tonyb9864 2 หลายเดือนก่อน +1

    Thanks! More of this please! 🙂

  • @snneossi6880
    @snneossi6880 2 หลายเดือนก่อน

    Really interesting. and concise, kudos!!!

  • @flflflflflfl
    @flflflflflfl 2 หลายเดือนก่อน

    15:11 isn't it a convention to print (Y/n) with a capital Y only if "yes" is the default option if the user enters nothing (i.e., simply presses return)? Because your script would treat that as a "no", which could be confusing.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      Good catch. You’re correct, I should’ve had it the other way around

  • @Eutropios
    @Eutropios 2 หลายเดือนก่อน

    Fantastic video. I'll definitely be showing this to others who may need help with bash scripting.
    It's also worth pointing out that a lot of these (but not all) commands and syntaxes can be applied to ksh/mksh, dash and POSIX shell, and zsh too!

  • @MorphTW
    @MorphTW 2 หลายเดือนก่อน

    thanks for sharing. here is the comment for the algo!

  • @darkseid3427
    @darkseid3427 2 หลายเดือนก่อน

    thanks a ton!! can you please make video or if possible share reference sites for learning docker and k8s.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      Hey, I've been thinking about doing guide videos for those. I've got a couple others in the works right now, but I can definitely do that.

  • @hanzomaster
    @hanzomaster 2 หลายเดือนก่อน

    Can you pls tell me what is the font you use in this video? The # sign look so unique

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      I’m using IBM Plex Mono font for the code and Syne for the titles.

  • @richardshalla
    @richardshalla 5 วันที่ผ่านมา

    I got lost in the weeds pretty quickly, this is over my head. I should look for a longer video with a deeper explanation of each step. Thanks anyway. By the comments it looks like some were able to get it fairly quickly. I'm afraid that I am not one of those people. The search continues........

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  4 วันที่ผ่านมา

      I’m sorry to hear that. Was there any part in particular that was causing trouble or was it just moving too fast in general?
      FYI I’m working on a site right now that will be a companion to my videos that’ll have exercises and such to help aid in the learning process, so once it is up and ready it’ll hopefully help.

  • @dachanel2076
    @dachanel2076 หลายเดือนก่อน

    whats the zshell interface/custom form you use? I'd love to try it.

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  หลายเดือนก่อน

      I keep it pretty simple with just oh-my-zsh and then when I’m doing the video recording I set these
      export PROMPT='> '
      export RPROMPT=""
      That way it gets rid of all of the extra noise. But on my day to day I don’t keep it like this since it gets rid of some useful info.

  • @setsune999
    @setsune999 2 หลายเดือนก่อน

    I need a tshirt with that thumbnail

  • @doskius111
    @doskius111 2 หลายเดือนก่อน

    I do not know if someone address this but during 13:54 there is an syntax error in internals, instead of [[]] you have to use [], because -a/-o are for POSIX standard

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      Ah good catch, not sure how I missed that.

  • @Parker8752
    @Parker8752 2 หลายเดือนก่อน

    I did wonder why the /usr/bin/env was so common in scripts.

  • @Gabriel_Bento
    @Gabriel_Bento 2 หลายเดือนก่อน

    This man is a legend. I always thought bash was a hard and weird language. Now I realize it's not that hard, but still weird as mentioned. Thanks! :D

  • @senorchang6249
    @senorchang6249 2 หลายเดือนก่อน

    What color Schema is that? Looks beautiful

  • @rorylabine7143
    @rorylabine7143 หลายเดือนก่อน +1

    PLEASE make a hat with Bash Pro Shop on it. I would buy it so fast

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  หลายเดือนก่อน

      Haha I’d love to but I imagine I’d be inviting trouble. But I’ll look into it.

  • @valeris98
    @valeris98 2 หลายเดือนก่อน

    What font did you use btw?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      For the code it is IBM Plex Mono. The titles are syne

  • @rayforever
    @rayforever 4 วันที่ผ่านมา

    What tool did ya use to visualise these ?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  4 วันที่ผ่านมา

      Nothing fancy, just used revealjs with some custom styling

  • @sphyrnidae6749
    @sphyrnidae6749 2 หลายเดือนก่อน

    🎉🎉🎉🎉

  • @user-hd3pz2ow1b
    @user-hd3pz2ow1b 28 วันที่ผ่านมา

    co0l

  • @KeithErekson
    @KeithErekson 2 หลายเดือนก่อน

    How is hardcoding the path to "env" any better than hardcoding the path to "bash"?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน +1

      It comes down to the portability. You have to hardcode some full path, but not every machine will have bash at the same location, whereas env is almost always at /usr/bin/env.

  • @yaluvi7420
    @yaluvi7420 2 หลายเดือนก่อน

    😎😎

  • @Vuden13
    @Vuden13 2 หลายเดือนก่อน

    What is your background?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      I'm very much a generalist. Most of my "professional" career has been in the DevOps space, but I've been programming for over 15 years (though only half of that with any degree of skill lol) and I try and learn everything.

  • @zawadhyaa
    @zawadhyaa 2 หลายเดือนก่อน

    what's that font?

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน +1

      The code font is ibm plex mono and the title font is syne

    • @zawadhyaa
      @zawadhyaa 2 หลายเดือนก่อน +1

      @@CODE_IS_EVERYTHING thanks

  • @hunterlake2943
    @hunterlake2943 2 หลายเดือนก่อน

    Still cant pass, AI voice over but great video! :)

    • @CODE_IS_EVERYTHING
      @CODE_IS_EVERYTHING  2 หลายเดือนก่อน

      Haha you think my voice is done by AI? 😅 Not sure how to take that. It is my real voice! But I'm glad you liked the video

  • @YTit69
    @YTit69 6 วันที่ผ่านมา

    Perfect material, perfect music, perfect voice!
    One think, please a bit slower and pauses a bit longer, cuz content sounds squashed.
    Thank you so much!