mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
synced 2024-11-22 03:03:04 +00:00
Fixes typo
This commit is contained in:
parent
859063552d
commit
f911680d0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue