Browse Source

Fixes typo

pull/220/head
Camilo Nova 2 years ago
committed by GitHub
parent
commit
f911680d0c
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

@@ -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


Loading…
Cancel
Save