Master Linux Bash Shell Scripting: From Beginner to Pro | UTCLISolutions.com

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2024

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

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

    This is gonna be fun 🎉

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

      Thank you for your feedback

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

      Is this the complete course that is sold on udemy ?

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

      @@TheEmperorXavier Yes and here is the link
      www.udemy.com/course/linux-bash-shell-scripting-through-real-life-examples/?referralCode=B07500A71B207526E009

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

    in 1:22 why did i have to change
    num=$(expr $num - 1)
    count=$(expr $count + 1)
    to
    ((num--))
    ((count++))
    for this scirpt to work?

    • @ImranAfzal
      @ImranAfzal  26 วันที่ผ่านมา

      Hi, The change is because ((num--)) and ((count++)) are more efficient and modern syntax for arithmetic operations in bash, while expr is an older method. Both work, but the newer syntax is simpler and preferred in most cases.
      Please don't forget to checkout my profile and the list of all my best-seller and highest rated courses on Udemy and on my website
      www.udemy.com/user/imran-afzal-5/
      www.utclisolutions.com
      Thanks and let's keep learning together
      Imran Afzal

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

    HELLO SIR when will your linux linkden course come.??out

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

      By the end of this month