This website works better with JavaScript.
Home
Explore
Help
Sign In
david.wurm
/
InternetServicesBook
mirror of
https://github.com/trimstray/the-book-of-secret-knowledge
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Merge pull request
#220
from camilonova/patch-1
Fixes typo
pull/224/head
Michał Ży
3 years ago
committed by
GitHub
parent
6d226648d9
f911680d0c
commit
524ee94bfc
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save