mirror of
https://github.com/trimstray/the-book-of-secret-knowledge.git
synced 2024-12-18 17:36:14 +00:00
commit
524ee94bfc
@ -4029,7 +4029,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…
Reference in New Issue
Block a user