20 Bash Tricks in 5 Minutes - Spencer Krum

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 33

  • @skeeveskeeve
    @skeeveskeeve 6 років тому +26

    Finally I get to watch a linux video where i am pretty sure I know more than the speaker.

  • @MuhsinFatih
    @MuhsinFatih 5 років тому +40

    `git reset --hard origin/master` in aliases. you are playing with fire 😂

  • @codylenz7587
    @codylenz7587 7 років тому +25

    the way this hyperventillating man laughs while he speaks is very endearing.

  • @MG30001
    @MG30001 9 років тому +82

    Misleading title. Better: 20 Git aliases for Bash

  • @PasqualItizzz
    @PasqualItizzz 6 років тому +15

    If you don't use "aah" as an alias to 'push it' ... you're dead inside

  • @ThreadPool
    @ThreadPool 4 роки тому +2

    Liked the talk except that some of them can be much simpler.
    For example, to get the top git directory:
    $ cd $(git rev-parse --show-toplevel)
    Instead of that complex function with while loops.

  • @SteveGergetz
    @SteveGergetz 3 роки тому +3

    How I wish I understood 5% of that.

  • @cleatcase9865
    @cleatcase9865 3 роки тому +1

    4:11 semicolons can be used to mark the start of a new command, on a same line. Thus, they are useless at the end of the line. No ?

  • @karolinabogacka8283
    @karolinabogacka8283 4 роки тому +2

    I love that your initials are literally SKrum 🤣 born to be an IT lover

    • @zoolkhan
      @zoolkhan Рік тому

      i think those that have to do with scrum do not always share the love

  • @cleatcase9865
    @cleatcase9865 3 роки тому

    0:40 One-letter "commands" are easy, yes, and they can be dangerous because it is much easier to type one letter wrong, instead of one word. For that reason it's good Linux commands themselves, have two letters minimum

  • @totallytubularriverrentals4082
    @totallytubularriverrentals4082 2 роки тому +1

    useful! thanks!

  • @AMurderOfLobs
    @AMurderOfLobs 3 роки тому +1

    The vim function code does not work as explained here. I made a different version, but it's not as simple and cutesy, which kind of defeats the cutesy-hacky-super-neato philosophy here. Although I could just be an idiot, which I'm advertising out loud just in case:
    stackoverflow.com/questions/65419739/why-does-this-git-grep-vim-shortcut-bash-code-not-work-as-advertised

  • @trejohnson7677
    @trejohnson7677 3 роки тому +1

    Baby’s first bash

  • @Vagelis_Prokopiou
    @Vagelis_Prokopiou 5 років тому +1

    Interesting stuff 👍

  • @RakibFiha
    @RakibFiha 5 років тому +3

    Anyway, the last one was good

  • @oreilly
    @oreilly  9 років тому +1

    Click here to browse other Ignite talks: goo.gl/hShrd2

  • @dominicparkhurst8773
    @dominicparkhurst8773 2 роки тому

    This is advanced I'm already scared

  • @ParasScorpio
    @ParasScorpio 6 років тому +1

    thanks

  • @thengakola6217
    @thengakola6217 4 роки тому +2

    Alias c=clear

    • @thengakola6217
      @thengakola6217 4 роки тому

      @Learn Linux yeah i used to do it..... then i changed to this :)

  • @Pesulda
    @Pesulda 6 років тому

    Where are the double quotes? :)

  • @laarags
    @laarags 2 роки тому +1

    Im not a ninja or a spiderman in bash. But i can say.this is a basic stuff.

    • @zoolkhan
      @zoolkhan Рік тому

      some people are on basic level and profit from this.
      what are you gonna do about that? :)

  • @payrus963
    @payrus963 4 роки тому

    nice

  • @VictorRodriguez-zp2do
    @VictorRodriguez-zp2do 4 роки тому

    I know how aliases work. Thank you.

    • @cleatcase9865
      @cleatcase9865 3 роки тому

      Next session : scripts

    • @zoolkhan
      @zoolkhan Рік тому

      my hero. so you found a video that i beneath you. how hard did you look for it.
      And then you stuck around watched it all and stuck around some more to write this comment :)
      You must be an elite bash warrior. Can i call you sensei?

  • @simpledomain007
    @simpledomain007 5 років тому +1

    Woooooow