summaryrefslogtreecommitdiffhomepage
path: root/awk.html.markdown
Commit message (Collapse)AuthorAgeLines
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-1/+0
|
* [awk] Fix wrong example output (in all languages) (#4750)Adrien LUDWIG2023-09-08-1/+1
|
* rm overly long lines, consider markdownlintNorwid Behrnd2022-11-23-6/+11
| | | | | | | Lines longer than 80 characters are edited. Within reason, issues identified by markdownlint[1] are equally curated. [1] https://github.com/markdownlint/markdownlint, version 0.12.0
* run `sed -i "s/ *$//" awk.html.markdown`Norwid Behrnd2022-11-23-8/+8
| | | | Remove of trailing spaces.
* Update awk.html.markdownStephan Spindler2022-07-27-9/+9
| | | It was either this or change the parameter to `localvar` 🤷
* Update awk.html.markdownFrédéric G. MARAND2022-07-09-2/+2
| | | | | The `gsub` example is incorrect: with pattern `"e+"`, one gets `"m.t m. at th. bar"`. To get `"m..t m. at th. bar"` as documented, the pattern is just `"e"`. Otherwise we could keep "e+" but change the result. Also removed an extra dot at the end of a sentence.
* add link to dubiousjim/awkenough Awk utility routinesdubiouscript2019-04-23-0/+1
|
* add awk "gotchas" alpine wiki linkdubiouscript2019-04-23-0/+1
|
* Move "awk" articles to the "tool" categoryPierre-François Clement2019-03-08-1/+2
|
* [awk/en] fix minor spelling mistakesGaurang Tandon2019-01-07-3/+3
|
* Update awk.html.markdowndtkerns2018-09-11-110/+134
|
* [awk/en] Fix atan2 args orderAleksandr Mazurik2018-07-28-1/+1
|
* fix for #2859Pratik Karki2017-10-14-2/+2
|
* fix language code suffix(#2832)Pratik Karki2017-08-25-2/+2
|
* Fix a bunch of typosHairyFotr2017-08-23-1/+1
|
* [awk/en] Added tutorial for AWK (#2716)marshallmason2017-05-09-0/+359