Browse Source

Merge pull request #220 from camilonova/patch-1

Fixes typo
pull/224/head
Michał Ży 2 years ago
committed by GitHub
parent
commit
524ee94bfc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md 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


Loading…
Cancel
Save