Commit Graph

16 Commits

Author SHA1 Message Date
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Adrien LUDWIG
62b5f91d72
[awk] Fix wrong example output (in all languages) (#4750) 2023-09-08 13:27:46 +08:00
Norwid Behrnd
15c75c28b9 rm overly long lines, consider markdownlint
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
2022-11-23 20:53:39 +01:00
Norwid Behrnd
2a56a9cc5e run sed -i "s/ *$//" awk.html.markdown
Remove of trailing spaces.
2022-11-23 20:48:05 +01:00
Stephan Spindler
eebb575245
Update awk.html.markdown
It was either this or change the parameter to `localvar` 🤷
2022-07-27 21:28:12 +02:00
Frédéric G. MARAND
e4655963c2
Update awk.html.markdown
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.
2022-07-09 22:33:23 +02:00
dubiouscript
5b51bf1934
add link to dubiousjim/awkenough Awk utility routines 2019-04-23 11:32:50 +00:00
dubiouscript
2d682fdd8f
add awk "gotchas" alpine wiki link 2019-04-23 11:31:13 +00:00
Pierre-François Clement
ed100434e3
Move "awk" articles to the "tool" category 2019-03-08 17:19:27 +01:00
Gaurang Tandon
38945d8be9
[awk/en] fix minor spelling mistakes 2019-01-07 14:26:35 +05:30
dtkerns
c8284c9c95
Update awk.html.markdown 2018-09-11 13:52:30 -07:00
Aleksandr Mazurik
d375092374 [awk/en] Fix atan2 args order 2018-07-28 21:48:25 +03:00
Pratik Karki
894ddf5ec3 fix for #2859 2017-10-14 18:46:05 +05:45
Pratik Karki
12eafb6c49 fix language code suffix(#2832) 2017-08-25 14:04:05 +05:45
HairyFotr
985d23a52b
Fix a bunch of typos 2017-08-23 10:14:39 +02:00
marshallmason
c97f310a5d [awk/en] Added tutorial for AWK (#2716) 2017-05-09 16:18:46 +02:00