Let's Write A Script! | How To Create BASH Scripts In Linux

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 41

  • @jayjay6804
    @jayjay6804 Год назад +19

    You may not realize it Joe but there is much additional value in observing your methods (including mistakes and corrections). Thanks!

    • @EzeeLinux
      @EzeeLinux  Год назад +2

      Thanks... I guess LOL :)

  • @jimfranklin9770
    @jimfranklin9770 Год назад +4

    Wow. This brings back memories of writing DOS batch files at the Daily Press.

  • @apistosig4173
    @apistosig4173 Год назад +4

    Hey Joe (pun intended) I was once a batch file junkie, did amazing things with archivers (adored Arj) and loved the power. Now with Linux I'm loving your content - thanks.

  • @rickforges8918
    @rickforges8918 Год назад +2

    Speaking of 'stealing code' I studied and used code from your XBT to write scripts to back-up my keepass database file to a raspberry Pi on local wifi .Searched net to get 'numbered backups' /w "cp -p --backup=numbered $src_file $src_tmp" so I have old backups of my passwords. Also used it and other googled code to use in my scripts. 'Distrotube' and " learn Linux TV' and others have code examples. Glad to see you back Joe. We both have fun I see /w scripting.

    • @EzeeLinux
      @EzeeLinux  Год назад +1

      That's how you do it. :)

  • @TheClembo
    @TheClembo Год назад +3

    Welcome back Joe, missed your dulcet tones, wisdom, and knowledge, plus videos. So good to have you back. Happy New Year to you if I haven't already said. ATB. cheers.

  • @BloodAsp
    @BloodAsp Год назад +4

    I can't wait to get to watch this, thanks Joe!

  • @Desitos
    @Desitos Год назад

    this was uploaded right while i was in the middle of watching your bash tutorials as a warm up exercise on my first day of work at my first IT job
    guess i'll queue this one up next

  • @ralphtaylor5328
    @ralphtaylor5328 Год назад

    Great to see that you have found time to do a series of videos after the gap. As mentioned by others not only is the content of the video interesting but the methods showing how you arrived at the conclusion.

  • @chip1418
    @chip1418 Год назад +3

    very informative thank you

  • @prashlovessamosa
    @prashlovessamosa Год назад +1

    Glad to hear you joe god bless you brother.

  • @christopher9145
    @christopher9145 Год назад +1

    I found this video useful. Thank you! I enjoyed your explanations.

  • @synen
    @synen Год назад

    Joe, this wonderful series needs follow ups !

  • @robertmclarnin5516
    @robertmclarnin5516 Год назад +1

    Excellent intro for a linux novice like me.

  • @wildmanjeff42
    @wildmanjeff42 Год назад +1

    Hello Joe ! Happy New Year and thanks for the video !

  • @rickforges8918
    @rickforges8918 Год назад

    a neat terminal pgm. if you mistype SL instead of LS is the program 'Steam locomotive'

  • @feraljester777
    @feraljester777 7 месяцев назад

    Dude these videos are awesome!

  • @itsfish8672
    @itsfish8672 Год назад +1

    GVJ = Great vid Joe.

  • @murtazataib7878
    @murtazataib7878 Год назад +1

    We need more tutorial about bash bro...btw thanks

    • @Abdirahmaann
      @Abdirahmaann Год назад +1

      Look his playlist you will get there.

  • @503ali
    @503ali Год назад

    Nice to see your back.

  • @johnreinhardt1618
    @johnreinhardt1618 Год назад

    Joe,
    Thanks for this great video.
    John R.

  • @tonywise198
    @tonywise198 Год назад +1

    Great stuff, as always.

  • @peterbrown6224
    @peterbrown6224 Год назад +2

    I like your style, but I'd run a million miles away from ever using the GUI to change permissions (I paid for this the hard way).

  • @YanFei-zi7mm
    @YanFei-zi7mm Год назад

    Nice videos! Thank you!

  • @LinuxLoader1287
    @LinuxLoader1287 Год назад

    Great video mate 👍

  • @motoryzen
    @motoryzen Год назад

    Dammit Joe!... Every time I turn around...you're BASHing... Linux!
    Damn caveman 😁😂😜
    Love ya PC nerd from another herd. 😁

  • @sheikhmohammadwahiduzzaman3873

    Happy new year

  • @Obeeewaan
    @Obeeewaan Год назад

    all good except missed copying the final "fi" into the .bashrc
    very nice intro...😎

  • @MrJzvoyeur
    @MrJzvoyeur Год назад

    a comment on commenting: in 37:08 you write 'run cal command'.
    as a lot of linux command names are quite cryptic, would it not be
    useful to say what cal stands for - calibrate, calculate, ...?

  • @marcelofernandez6561
    @marcelofernandez6561 Год назад

    thanks for this!

  • @Abdirahmaann
    @Abdirahmaann Год назад +1

    Joe your opinion of zorin os vs mint

    • @EzeeLinux
      @EzeeLinux  Год назад

      I haven't looked at it in years... Not a fan. :)

  • @apreviousseagle836
    @apreviousseagle836 10 месяцев назад +1

    I also say "Sooh-Doh", and I say "Choan!" for chown. I also say "Said" for sed. Screw the haters!!

  • @SidneyChism
    @SidneyChism Год назад

    I thought #! was called Crunch Bang.

  • @Dexter101x
    @Dexter101x 16 дней назад

    He could've called it BISH, Bourne Identity SHell

  • @colin0516
    @colin0516 4 месяца назад

    don’t tell me what to do Joe

  • @SlideRSB
    @SlideRSB Год назад

    Why always Bash? POSIX shell scripts are so much more elegant.