0x02 Shell, I O REDIRECTION Part 2 All Tasks Solved

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

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

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

    Thank you so much bro. The advanced tasks are certainly not for newbies. I'll understand them as I improve instead of 'copy-paste'

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

    Thank you so much for this detailed explanation saved a life💯

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

    You are a great teacher ❤

  • @francesmutahi4732
    @francesmutahi4732 ปีที่แล้ว +7

    Wondering how 24 passed the checker with a typo git instead of gif

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

    Well explain,, thank you

  • @youtubefingers
    @youtubefingers ปีที่แล้ว +32

    24) find . -type f -name '*.gif' | rev | cut -d/ -f1 | cut -d. -f2,3 | rev | LC_ALL=C sort -f

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

    I'll like to think that he isn't really trying to spoon feed us with the answers, it will do us more good if we just take a minute to use this as a guide to find solutions to the tasks.
    The code earlier posted was birthed after going through this video and in correlation with the resources provided to us from the intranet.
    See y'all at the top.

    • @ypnconnect-soft5154
      @ypnconnect-soft5154  ปีที่แล้ว

      Thanks @darkhorse. The whole idea behind the videos is to guide

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

      You're watching of your own volition, right?

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

    Clearly, you did read the man page. I wonder how you can get them right

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

    keep up men

  • @GodfredMensah-un8bl
    @GodfredMensah-un8bl ปีที่แล้ว

    Thanks very much

  • @jenn.a
    @jenn.a ปีที่แล้ว +1

    What does the -f1,6 in task 22 mean pls. I know f is the file but wat of the 1 and 6 numbers pls?

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

    I came for the last task and you did not explain the code, you can post the answers in a Google doc and save data.

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

    Sir, you're making sense but your all your characters are annoyingly blurred. It's not peculiar to just this particular video but to all your videos. Please sir make some adjustments

    • @ypnconnect-soft5154
      @ypnconnect-soft5154  ปีที่แล้ว

      Increase your video quality while watching. Thanks

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

      You need to change your settings to 1080p in order for your videos to be clearer. Your TH-cam default settings are probably on 360p hence the blurriness. You need to adjust them manually

  • @MrPTV-gv1st
    @MrPTV-gv1st ปีที่แล้ว

    task 24 is not working at all for all

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

    can we get like a doc with the script, am sweating!!!!!!!!!!!!!!!!!

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

    several tasks are wrong and he is mocking us by editing the video

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

    Your 24 lmaooo 😂

  • @AbubakarZira-Bello
    @AbubakarZira-Bello ปีที่แล้ว +4

    your codes have obvious erors yet you running a check and passing.

    • @ypnconnect-soft5154
      @ypnconnect-soft5154  ปีที่แล้ว

      Double check with yours

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

      @@ypnconnect-soft5154 for the task 24 you typed "*.git" instead of .gif how in the world did the checker mark you correct? please explain that part

    • @FlossyAdu-Gyamfi
      @FlossyAdu-Gyamfi ปีที่แล้ว

      @@innereye3156 Ask again o

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

      ​@@innereye3156 still didn't work

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

      @@innereye3156 I saw that too

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

    task 24 >>>
    find -name '*.gif' -type f -printf '%f
    ' | LC_ALL=C sort -f | rev | cut -c 5- | rev