I thought I’ll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I’ll try my best to answer any questions here, but I hope others in the community will contribute too!

  • neidu2@feddit.nl
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Probably a bit narrow, but my usecases:

    • awk: modify STDIN before it goes to STDOUT. Example: only print the 3rd word for each line
    • sed: run a regex on every line.