Merge pull request #220 from camilonova/patch-1

Fixes typo
This commit is contained in:
Michał Ży
2021-07-13 12:39:29 +02:00
committed by GitHub

View File

@@ -4029,7 +4029,7 @@ awk 'length($0)>80{print FNR,$0}' filename
###### Print only lines of less than 80 characters ###### Print only lines of less than 80 characters
```bash ```bash
awk 'length < 80 filename awk 'length < 80' filename
``` ```
###### Print double new lines a file ###### Print double new lines a file