We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194ecaa commit 38df0f9Copy full SHA for 38df0f9
unix.markdown
@@ -1174,6 +1174,7 @@ Sometimes it's handy to break long lines into shorter lines.
1174
We can use the fold command to break some text at 30 characters:
1175
1176
```
1177
+~ $ head -n250 mobydick.txt | tail -n3 | fold -w 30
1178
can see a whale, for the first
1179
discoverer has a ducat for hi
1180
s pains....
@@ -1594,10 +1595,6 @@ You can change the owner of a file with `chown` and the group with `chgrp`.
1594
1595
1596
---
1597
-# sudo
1598
-
1599
----
1600
1601
# job control
1602
1603
0 commit comments