Learn How To Use AWK Command in Unix/Linux With Examples | Nehra Classes

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

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

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

    I had read the book on AWK by the authors of the language (very good, but dense) , but your explanation was much easier to understand. I typically have a hard time understanding English when it isn't spoken with an accent like mine(sad but true. "Hearing loss" doesn't help)However, your instruction was so well done and organized that I had no difficulties. Well done sir! Could you please consider doing more videos in English? Unfortunately I am in my 50s and would have a hard time learning Hindi. Another more in depth video on AWK would be awesome. I am trying to learn it as a language, but I am having a hard time progressing past the basics and I am a very visual learner. Examples and mentorship are my modes, so videos work great.

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

    sir thanks a lot , you have covered all the things which are required

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

    Thank you so much sir you explain easy

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

    Thank you so much sir for amazing teaching technique .Keep this journey sir u will get more and more viewer as soon as possible.
    I used to visit than channel which had highest view but I was wrong sir

  • @theuntamed12
    @theuntamed12 5 หลายเดือนก่อน +1

    Very good

  • @siddeshwarapm5613
    @siddeshwarapm5613 16 วันที่ผ่านมา

    Sir. do. use. block. diagrams.
    Specially. for. Client server. Admini. And. other. applictons

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

    Superb sir
    Very informative session thank you so much sir

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

    Thanks nehra ji

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

    Had one query - how do i upgrade my html file meta version from any version to another by using awk script ??

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

    It's from geeksforgeeks

  • @mohammed-ei1tw
    @mohammed-ei1tw 2 ปีที่แล้ว +1

    Hi do you have tutorial about sed command

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

      Yes we have, in English playlist

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

    Is there any command to get occurences of a specific word of file in each line
    For example if there is file xyz.txt and in that file word " Tree" Is appearing 2 time in first line 3 time in second line 4 time in third line so the output should be
    2 3 4

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

      Use an array:
      awk '{count[$3]++} END {for (word in count) print word, count[word]}' filename

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

    sir geeksforgeeks se utha k sidha daal diya

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

      seedha nahi daala, bahut mehnat karke video banayi hai aap jaise logon ke liye.

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

    Very nice