Real World Programming with BASH Shell Scripts

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

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

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

    As a newbie in linux, I love the way he explained everything step by step and very detail. Thanks for doing this great work!

  • @BrucesWorldofStuff
    @BrucesWorldofStuff 2 года назад +1

    Fun stuff Kris. Thanks. This is very fun to watch and I am amazed how fast folks do this stuff. I take days to figure this out... :-)
    LLAP

  • @davidarnold1881
    @davidarnold1881 2 месяца назад

    Great real world examples

  • @Steph-jazz
    @Steph-jazz 2 месяца назад

    Excellent !!!

  • @georgiipetrovich5407
    @georgiipetrovich5407 2 года назад +3

    I think it would be better to use something like
    read -p "Press enter to proceed..." ans
    instead of sleeping for 1 second. It would be more convenient for both fast-typists and slow-readers :)

    • @DigitalMetal
      @DigitalMetal  2 года назад

      Yeah, in most programs that would be a better way to go. Here I was trying to go for the feel of having a conversation with the computer. But if you are just having someone enter information (which is more likely) pressing enter to continue would be a better option.

  • @samoylov1973
    @samoylov1973 2 года назад +2

    Thanks, teach my kids Bash scripting on your videos. We enjoyed previous video and made a few queries of ours, which dump gathered data to *.txt files. This time it is more complicated to absorb, learn and use. But the video is very interesting. Thank you for sharing your knowledge. Waiting for new videos in this topic.

    • @DigitalMetal
      @DigitalMetal  2 года назад +1

      Awesome. Keep learning and have fun.

  • @JarppaGuru
    @JarppaGuru 2 года назад

    17:12 yes you clear then sleep xD

  • @SO-dl2pv
    @SO-dl2pv 2 года назад

    Hi Kris! just a side note: do you know that you could replace libreOffice calc with Visidata (from terminal)? it's way better

  • @pyguy9915
    @pyguy9915 2 года назад +1

    Cool.
    Do you need the quotes after echo for a newline? I think you can just use plain echo.

    • @redshiftlinux
      @redshiftlinux 2 года назад +1

      You can just use plain echo yes.

    • @DigitalMetal
      @DigitalMetal  2 года назад +1

      Good question. No, you don't need them. Just an old habit of mine.

  • @90hijacked
    @90hijacked 2 года назад

    i mean to write something like this for reddit, they provide rss feeds in json

    • @DigitalMetal
      @DigitalMetal  2 года назад +1

      If you make something, be sure to share it. I'd like to see what you come up with.

    • @90hijacked
      @90hijacked 2 года назад

      @@DigitalMetal would love to, only a matter of getting around to it

  • @cdbcbd4930
    @cdbcbd4930 2 года назад

    Completely off topic but can you do a tutorial on how use bash shell for when solving a word search. Like if I had a list of words and a matrix of letters, could we use bash shell to find words in said list? Dunno why this video made me think of this. Cheers again, on the great content.

    • @DigitalMetal
      @DigitalMetal  2 года назад

      That's something to think about. I'll have to give that a try.

  • @JarppaGuru
    @JarppaGuru 2 года назад

    16:29 noh sleep. its read -p and quit q or continue enter LOL and last orders should be prompted too so no need remember what ordered. this is some serious script lol

  • @AcidiFy574
    @AcidiFy574 2 года назад

    Now I'm getting scared ,
    Bash scripting do be hard😅

    • @DigitalMetal
      @DigitalMetal  2 года назад +1

      What part did you find hard? Is there something you don't understand or are you just trying to wrap your head around new concepts?

    • @AcidiFy574
      @AcidiFy574 2 года назад

      @@DigitalMetal new concepts
      But honesty, I just have to be patient👍

    • @DigitalMetal
      @DigitalMetal  2 года назад

      As time goes on and you have more and more real things you script out to improve your day to day life it will start clicking more. And every few years you'll look back a code you wrote a few years back and say to yourself, "Why did I write it that way?" and realize that you've come so far. But, then two years after that you'll look again and realize the same thing. So basically, you can always do better than you are currently doing. It will just take you a few years to realize it. :D

  • @JarppaGuru
    @JarppaGuru 2 года назад

    script not work out of box. you not have ssl certificate lol http works
    zsh 22: Syntax error: Missing '))'
    bash works