blob: 3c1ca3221049055d90fb28a408b20a3ad6b8ee68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
_ _ __
__| | | ___ / _|
/ _` | |/ _ \| |_
| (_| | | (_) | _|
\__,_|_|\___/|_|
_ _ _ _ __
| |_| |__ ___ ___ _ __ _ __ ___ ___(_) |_ ___ ___ / _|
| __| '_ \ / _ \ / _ \| '_ \| '_ \ / _ \/ __| | __/ _ \ / _ \| |_
| |_| | | | __/ | (_) | |_) | |_) | (_) \__ \ | || __/ | (_) | _|
\__|_| |_|\___| \___/| .__/| .__/ \___/|___/_|\__\___| \___/|_|
|_| |_|
__ _ _
/ _| ___ | | __| |
| |_ / _ \| |/ _` |
| _| (_) | | (_| |_
|_| \___/|_|\__,_(_)
Unfold a folded file.
Usage:
$ cat hi.txt | dlof
Given the file "hi.txt" is wrapped it will print out the unwrapped versino to
standard out.
MIT licensed.
|