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
Fixes typo
pull/220/head
Camilo Nova
3 years ago
committed by
GitHub
parent
859063552d
commit
f911680d0c
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
@@ -4028,7 +4028,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