Shell Scripting - Functions

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

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

  • @multigladiator384
    @multigladiator384 6 ปีที่แล้ว +8

    I love the fact that this video exixts :D :D

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

    Great explanation mate thanks! btw you sound like a UK rapper.

  • @adanmussa9098
    @adanmussa9098 6 ปีที่แล้ว +2

    Super tutor.....love your videos n ur generosity in teaching the best 2 the public

  • @dr.shirakawashu4879
    @dr.shirakawashu4879 6 ปีที่แล้ว +2

    great! ..is it possible to create a keylogger using bash alone without installing additional modules?? if so can you make a sample video. thanks and more power!

  • @jimchr4331
    @jimchr4331 6 ปีที่แล้ว +2

    Good job mate.
    All the time ;)

  • @prunellepamelamegnefokam5229
    @prunellepamelamegnefokam5229 2 ปีที่แล้ว

    great video. It's very informatif

  • @er.abhishek-mba7433
    @er.abhishek-mba7433 4 ปีที่แล้ว

    best explanation..!

  • @bl4nkytv
    @bl4nkytv 2 ปีที่แล้ว +1

    Can i use with the if statements, when yes how can i use it?

  • @tshepolesley6472
    @tshepolesley6472 4 ปีที่แล้ว +1

    does for loops work within the function in shell scripting?

  • @MariaFlorenciay
    @MariaFlorenciay 6 ปีที่แล้ว

    very well explained! thnx!

  • @vegadelaLyra
    @vegadelaLyra 2 ปีที่แล้ว

    May I ask you... The syntax from bash is simillar to python?

  • @mikep.coplin6800
    @mikep.coplin6800 ปีที่แล้ว

    Surfing TH-cam, seen your video, have comment: I am part of the demographics that is looking at your video and can't see a word your doing, because I am on a smartphone screen. So I am going to have to Gong You OK. Gong Gong Gong. ;-))

  • @jeffreynunes2508
    @jeffreynunes2508 6 ปีที่แล้ว

    Would love to hear opinion on proton vpn! Another great video! Keep em coming!

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

    how is it that the code still worked even though the testpasswd function was called in the testshadow function even before it was een defined ?

  • @kumarvishalben
    @kumarvishalben 6 ปีที่แล้ว +1

    Awesome

  • @hossein37
    @hossein37 ปีที่แล้ว

    10Q 🌹🌹🌹

  • @slartibartfastm9714
    @slartibartfastm9714 6 ปีที่แล้ว

    Look like you forgot to add this video to the Shell scripting playlist

  • @MrGFYne1337357
    @MrGFYne1337357 6 ปีที่แล้ว

    Yassss ty Hsploit \^.^/ u da man

  • @ChillerDragon
    @ChillerDragon 6 ปีที่แล้ว

    Hope you will cover some more advanced stuff soon :)
    Like return from a function or these weird error or io Levels.
    You somtimes find stuff including these characters: > &
    So confusing._.

  • @RnVjayBZb3V0dWJl
    @RnVjayBZb3V0dWJl 5 ปีที่แล้ว

    Guess what? I just made my own script that creates scripts. One this I'd love to know is how to also add a #!/bin/bash in the file so when i nano into the script that's just been created, it'll already be there.
    If someone knows how, i'd love some help c:

    • @shashidharnagraj963
      @shashidharnagraj963 4 ปีที่แล้ว +1

      Create a script called script.sh
      Inside the script put these commands
      touch $1.sh
      echo "#!/bin/bash" > $1.sh
      When you want to create a new script, run the script on command-line with the new-filename as argument i.e, something.sh newscript
      A new file will be created in the directory named "newscript.sh" with #!/bin/bash on the first line

    • @Rahul-me8ws
      @Rahul-me8ws 3 ปีที่แล้ว +1

      @@shashidharnagraj963 This code will be more helpful:
      #!/bin/bash
      echo "Enter the name of your script that you want to create: "
      read script
      touch $script.sh
      echo "#!/bin/bash" > $script.sh

  • @JustMe-gg7dy
    @JustMe-gg7dy 6 ปีที่แล้ว

    I wish you continue this course first

    • @HackerSploit
      @HackerSploit  6 ปีที่แล้ว

      Yes, i will continue this course

    • @JustMe-gg7dy
      @JustMe-gg7dy 6 ปีที่แล้ว

      HackerSploit
      Thanks you are the best

  • @romanticguru584
    @romanticguru584 6 ปีที่แล้ว +3

    Description itane language ve diya hain toh marathi mai bhi detaa

    • @Rahul-me8ws
      @Rahul-me8ws 3 ปีที่แล้ว

      Indian se pahle Marathi hai kya bhai tu?

    • @romanticguru584
      @romanticguru584 3 ปีที่แล้ว

      @@Rahul-me8ws haan omg 2 saal baad yaha really gjb😀😉

  • @ronakrawal8325
    @ronakrawal8325 6 ปีที่แล้ว

    Where you live and what's your job?

  • @blasm1713
    @blasm1713 3 ปีที่แล้ว

    5 min talking 0 learnt, next

  • @imranthoufeeque
    @imranthoufeeque 6 ปีที่แล้ว

    2nd