Fixes typo

pull/220/head
Camilo Nova 2021-07-05 09:36:05 -05:00 committed by GitHub
parent 859063552d
commit f911680d0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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