summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/awk-fr.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
|
* keep introducing comments close to their objectNorwid Behrnd2022-11-23-35/+21
| | | | | | In previous commits, some introducing comments ended just in the line ahead of their example; others did not. For consistency, comments are now back to back with their example.
* break overly long linesNorwid Behrnd2022-11-23-23/+31
| | | | Critical threshold for a line are 80 characters maximum.
* run `sed -i 's/ *$//' awk-fr.html.markdown`Norwid Behrnd2022-11-23-1/+1
| | | | Remove of trailing spaces.
* [AWK/fr] correction orthography (#4445)nbehrnd2022-07-12-20/+25
| | | | | | | | | | | | * [awk-fr], spell check, errors spot by @vendethiel The commit accounts for errors in orthography identified by @vendethiel.[1] [1] https://github.com/adambard/learnxinyminutes-docs/pull/4440 * [awk-fr] spell check, own revision Additional spell check.
* shorten overly long linesNorwid Behrnd2022-07-11-48/+75
| | | | Following the recommendation to not exceed 80 characters/line.
* correct example about gsubNorwid Behrnd2022-07-11-1/+1
| | | | | | | This corrects an error spot in the English edition of the document spot earlier[1] and equally present in the French one. [1] https://github.com/adambard/learnxinyminutes-docs/pull/4437
* Move "awk" articles to the "tool" categoryPierre-François Clement2019-03-08-1/+2
|
* [awk/fr] add awk-fr.html.markdown (#3482)GannonTdW2019-03-02-0/+376
* add awk-fr.html.markdown * correction of an oversight * it's done * vendethiel review (1/2) * vendethiel review (2/2) * vendethiel review (3)