Source Shell Script vs Executing Shell Script - The Real Difference

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

КОМЕНТАРІ •

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

    easily the slickest explanation of this topic on youtube. also, great channel content in general - deserves more subs

  • @Suhaspro
    @Suhaspro 5 років тому +10

    You just solved the year long mystery for me

  • @j2klegend
    @j2klegend 4 роки тому +3

    Excellent content and narration.

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

    Very clear explanation, thanks

  • @fredrik.larsen
    @fredrik.larsen 5 років тому +1

    Thanks! can you compare this to "exec -l bash" (or zsh)

  • @davidcorona644
    @davidcorona644 3 місяці тому

    by environment to you mean process?

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

    2:30 Child and sub shells are two different things.

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

    i did not understand this! is thsi part of other videos i dont understand parent and child. you have 35 intros is this part of some playlist? i need more information.

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

      draw a big circle label that as parent, draw a small circle label that as child, when it source put all those variables in the bigger circle, if a child, does export, those variable cant go in the bigger circle, only bigger circle can do that.

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

    thanks, cool explanation

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

    Great explainer but could slow down as a lot of variables being referenced quickly

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

    Thanks for this!

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

    Great explanation

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

    If i try "C="this is C"" , I get:
    C: command not found

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

      try removing the " before your variable C , assuming you wanted to set the variable

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

    useful!!

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

    well explained

  • @2010aishwary
    @2010aishwary 4 роки тому

    awesome

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

    My head hurts