Skip to content

Commit a1cad95

Browse files
committed
Fix copy/paste mistake
1 parent 194ecaa commit a1cad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ The Project Gutenberg EBook of Moby Dick; or The Whale, by Herman Melville
10391039
This eBook is for the use of anyone anywhere at no cost and with
10401040
```
10411041

1042-
Read the first 20 bytes of a file with `head -n3`:
1042+
Read the first 20 bytes of a file with `head -c20`:
10431043

10441044
```
10451045
~ $ head -c20 mobydick.txt

0 commit comments

Comments
 (0)