1
0
Fork 0
mirror of https://github.com/trimstray/the-book-of-secret-knowledge.git synced 2025-03-16 00:00:07 +01:00

Merge pull request from camilonova/patch-1

Fixes typo
This commit is contained in:
Michał Ży 2021-07-13 12:39:29 +02:00 committed by GitHub
commit 524ee94bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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