Awk: Hack the planet['s text]!  (Presentation)

Awk: Hack the planet['s text]! (Presentation)

Benjamin Porter

4 года назад

37,518 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@MarcoVinci
@MarcoVinci - 06.07.2023 12:47

Thank you for this lesson!

Ответить
@alurma
@alurma - 25.03.2023 15:59

Very cool

Small nitpick, just for fun (!)

You said in the talk that NR is number of processed records. But that would mean that for the first record it would be zero. But it is one. So, it’s more like an index of the current record, starting from one, as humans do

Ответить
@garolstipock
@garolstipock - 13.02.2023 07:07

This was awesome! I'm so impressed by this wonderful presentation that I'm going to take the recommendation and buy that extremely expensive book.

Ответить
@charlesklein7232
@charlesklein7232 - 13.01.2023 11:58

what is the name of the book your talking about? "the awk book" i could not find however i did find the "awk programing language" is that the book your talking about?

Ответить
@JamesSmith-ix5jd
@JamesSmith-ix5jd - 19.12.2022 05:06

if you installing/administering the server you surely have the needed permissions to install any programming language you want.
yeah maybe learning awk is useful if your typical use case is hacking netbsd routers (not yours), but in 99% of cases using awk just because it's more unix like is overated. on windows installing awk is more difficult than installing python or perl. writing in posix shell or awk does not give you any benefits apart of the ability to run it on like very old HP mainframe, or locked down BSD/unix-like system. for anything else just use modern language.

Ответить
@muralinadella6503
@muralinadella6503 - 05.11.2022 00:38

Thank you very much for intro to AWK, great job. Appreciate it.

Ответить
@Euzahad
@Euzahad - 27.06.2022 18:36

terrible screen terring.....

Ответить
@robertscott5535
@robertscott5535 - 12.06.2022 03:59

Thank you, thank you and thank you! Job well done, I no longer need to review O'Reilly AWK book!

Ответить
@maxpolaris99
@maxpolaris99 - 18.04.2022 02:00

I'm 12 minutes into this video and I haven't seen much of anything that would actually run on the command line.

Ответить
@tmanley1985
@tmanley1985 - 12.04.2022 08:56

This is perhaps the most useful video on awk I've ever seen. Great job.

Ответить
@peterward2875
@peterward2875 - 30.03.2022 06:59

AWK is awesome, when you need to bulk filter/reformat/parse text...

Ответить
@papanito4802
@papanito4802 - 18.11.2021 20:44

Very nice introduction to awk. Thanks a lot for your effort to compile it in a video

Ответить
@fennecbesixdouze1794
@fennecbesixdouze1794 - 17.11.2021 16:00

You didn't explain what fields or columns are when you needed to. Are they separated by whitespace? You never bother to define it and it is clearly absolutely critical for anyone to understand what follows.

Ответить
@ashishm8850
@ashishm8850 - 04.11.2021 19:27

Simply superb!

Ответить
@o_enamuel
@o_enamuel - 25.10.2021 12:58

333th like

Ответить
@vt1627
@vt1627 - 26.09.2021 22:11

Thanks a lot. Great stuff!

Ответить
@DiaaKasem0
@DiaaKasem0 - 17.08.2021 06:56

I tried reading books about AWK , You did an excellent job covering almost all features ... Thank You :)

Ответить
@charlieboy9902
@charlieboy9902 - 11.04.2021 23:36

WOW !!! - At probably every example I stopped the video and quickly tried stuff out and explored it further - that's a very informative video Ben; Really good and interesting... A big thank you :-)

Ответить
@jessesong1153
@jessesong1153 - 26.05.2020 12:09

Hi from HN. Just finished your exercises after watching the Presentation video.
Thank you for doing this. I reckon I fit right in with your target audience as someone who often has to drop into the command line.
I'd always been intimidated by `awk` but now feel further empowered with even just the basics acquired from the video and exercises. The approach was great.

Ответить
@Jacob-mo7yw
@Jacob-mo7yw - 21.05.2020 12:04

gg. Thanks for the lesson

Ответить
@zubspace
@zubspace - 20.05.2020 22:42

Great stuff. Learn a lot. Awk is really useful! The exercises are great, too.

For everyone watching: The screen corruptions are only temporary and fixed by the author during the talk.

Ответить
@philipwisnewski794
@philipwisnewski794 - 20.05.2020 06:57

Thank you for the presentation Benjamin. It is really well done and very informative.

Ответить
@joelatorre8647
@joelatorre8647 - 20.05.2020 04:31

Great video! I've always just used the simple idiom of `$ cat somfile.txt | awk '{ print $1 }'`, etc. and never realized what you could do. I'm sure I'll use it for some more sophisticated tasks instead of python in the future. Thanks!

Ответить
@Cuperino
@Cuperino - 13.05.2020 21:34

Thank you for introducing me to AWK with this video! I just wrote my first AWK program! It converts an XML file into a YAML fixture that is used to import contents into a database.

Ответить