Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update awk.html.markdown | Frédéric G. MARAND | 2022-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 routines | dubiouscript | 2019-04-23 | -0/+1 |
| | ||||
* | add awk "gotchas" alpine wiki link | dubiouscript | 2019-04-23 | -0/+1 |
| | ||||
* | Move "awk" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -1/+2 |
| | ||||
* | [awk/en] fix minor spelling mistakes | Gaurang Tandon | 2019-01-07 | -3/+3 |
| | ||||
* | Update awk.html.markdown | dtkerns | 2018-09-11 | -110/+134 |
| | ||||
* | [awk/en] Fix atan2 args order | Aleksandr Mazurik | 2018-07-28 | -1/+1 |
| | ||||
* | fix for #2859 | Pratik Karki | 2017-10-14 | -2/+2 |
| | ||||
* | fix language code suffix(#2832) | Pratik Karki | 2017-08-25 | -2/+2 |
| | ||||
* | Fix a bunch of typos | HairyFotr | 2017-08-23 | -1/+1 |
| | ||||
* | [awk/en] Added tutorial for AWK (#2716) | marshallmason | 2017-05-09 | -0/+359 |