Fixes typo

This commit is contained in:
Camilo Nova
2021-07-05 09:36:05 -05:00
committed by GitHub
parent 859063552d
commit f911680d0c

View File

@@ -4028,7 +4028,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