Day_10 | AWS DevOps 90 Days course | Linux | Nagireddy | VTechnologies

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024
  • Briefly explain about "head", "tail" and "wc" commands.
    Follow My WhatsApp channel for exclusive updates
    whatsapp.com/c...
    Day-09
    =====
    • Day_09 | AWS DevOps 90...
    Day-08
    =====
    • Day_08 | AWS DevOps 90...
    Day-07
    =====
    • Day_07 | AWS DevOps 90...
    #linux #devopsintelugu #awsdevops #cloudcomputing #devopstrainingvideos
    tail command in linux
    tail command
    linux commands
    tail command in unix
    wc command in linux
    head command in linux
    head and tail command in linux
    linux
    linux head and tail command
    head and tail command
    linux tail command
    how to use tail command in linux
    linux command line tutorial
    wc command
    head command
    what is tail command in linux
    linux command line
    head and tail commands
    head command in unix
    how to use head command in linux
    If you need any help on DevOps related information, contact us.
    Contact Details:
    Phone: 9505052411
    Mail-id: vtechnologies.vts@gmail.com

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

  • @Nagamallesh63
    @Nagamallesh63 2 หลายเดือนก่อน +1

    head error. log typing sir but it can showing no such file or directory

  • @rajsekhargude8158
    @rajsekhargude8158 2 หลายเดือนก่อน +1

    Sir a quick Doubt, I need top 20 line of error log along with line numbers , head -n -20 error.log , but not working, does head and tail cmds support -n linenumber while displaying data
    i am able to achive the same with cat -n error.log | head -20

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

      Use below command
      $ head -n 20 filename | nl

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

    This Training is very nice sir.....Very useful Training...I have no words....Many Thanks SIR.

  • @naiduaravind6128
    @naiduaravind6128 3 หลายเดือนก่อน +1

    Head or tail command use chesukoni middle lines find out cheyalema anna

    • @VTechnologies4u
      @VTechnologies4u  3 หลายเดือนก่อน +1

      Check the video properly. We tried already

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

      You can use pipe and get whatever you want. Let's say you need line 100 from file x, do cat x| head -100| tail -1

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

      @@universal4334 Yes, Nice

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

      use | to combine 2 or more cmds ....eg if file has 50 lines
      to display line no 11 to 20
      cat -n error.log | head -20 | tail -10

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

    i have completed this video training..Thank u SIR