Skip to content

Commit 38df0f9

Browse files
author
James Halliday
committed
fix fold
1 parent 194ecaa commit 38df0f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

unix.markdown

+1-4
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,7 @@ Sometimes it's handy to break long lines into shorter lines.
11741174
We can use the fold command to break some text at 30 characters:
11751175

11761176
```
1177+
~ $ head -n250 mobydick.txt | tail -n3 | fold -w 30
11771178
can see a whale, for the first
11781179
discoverer has a ducat for hi
11791180
s pains....
@@ -1594,10 +1595,6 @@ You can change the owner of a file with `chown` and the group with `chgrp`.
15941595

15951596
---
15961597

1597-
# sudo
1598-
1599-
---
1600-
16011598
# job control
16021599

16031600
---

0 commit comments

Comments
 (0)