Unix powerful command 'sed' | Unix Interview Questions and Answers | advance unix command utility

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

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

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

    Thank you sir for sharing a topic on sed command

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

    Very good explanation bro thank you

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

    Pls make more videos like this

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

    nice explanation

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

    Great info.

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

    Plz make more video on Unix and SQL support scenario based

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

    Thank you so much

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

    Please watch out my other videos on the same which can also help you :
    Resume ssh session for long running tasks : th-cam.com/video/pwPHi0yjWds/w-d-xo.html
    Unix file descriptors concepts : th-cam.com/video/WpmQnOmdE8s/w-d-xo.html
    Debug shell script : th-cam.com/video/UhoEa3UZP70/w-d-xo.html
    Unix web automation with powerful command - cURL : th-cam.com/video/RGh0SBB8Yt4/w-d-xo.html
    Powerful command : Unix Stream editor : th-cam.com/video/YFePtq6LsQY/w-d-xo.html
    Unix objective test questions : th-cam.com/video/ZtFR3umJ0oQ/w-d-xo.html
    Scenario based unix support interview question & answer : th-cam.com/video/Ye-J2EVRFcM/w-d-xo.html
    Unix commands cheatsheet : th-cam.com/video/8B9FVE99wT8/w-d-xo.html
    7 SQL Support Interview Questions : th-cam.com/video/wxupxpgCuws/w-d-xo.html
    SQL employee salary department scenario questions : th-cam.com/video/6FeF0MPHsT8/w-d-xo.html

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

    make more videos, nice explination

  • @es.kamalvanshi
    @es.kamalvanshi 3 ปีที่แล้ว +4

    sed -i '5,7 d' file.txt will remove 5th, 6th and 7th lines. 5,7 d - It's a range, not individual line numbers.

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

      Then whats the correct command

    • @es.kamalvanshi
      @es.kamalvanshi 3 ปีที่แล้ว +4

      sed -i '5d;7d' file.txt
      is the correct command to delete the individual lines using sed (in this example, it's deleting 5th and 7th lines).

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

    Hi is you make video queston and answer so pelase call in betweend aa aa aa " if you watch this UNIX videos "so many times called " aa aa a aa aa aa "

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

      Not sure what your question is…
      Is there any issue in my speaking style or any question from the video content….