Penguin
Annotated edit history of unexpand(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 UNEXPAND
2 !!!UNEXPAND
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 unexpand - convert spaces to tabs
15 !!SYNOPSIS
16
17
18 __unexpand__ [[''OPTION'']...
19 [[''FILE'']...
20 !!DESCRIPTION
21
22
23 Convert spaces in each FILE to tabs, writing to standard
24 output. With no FILE, or when FILE is -, read standard
25 input.
26
27
28 __-a__, __--all__
29
30
31 convert all whitespace, instead of initial
32 whitespace
33
34
35 __-t__, __--tabs__=''NUMBER''
36
37
38 have tabs NUMBER characters apart instead of 8
39
40
41 __-t__, __--tabs__=''LIST''
42
43
44 use comma separated list of explicit tab
45 positions
46
47
48 __--help__
49
50
51 display this help and exit
52
53
54 __--version__
55
56
57 output version information and exit
58
59
60 Instead of __-t__ NUMBER or __-t__ LIST,
61 __-NUMBER__ or __-LIST__ may be used.
62 !!AUTHOR
63
64
2 perry 65 Written by David !MacKenzie.
1 perry 66 !!REPORTING BUGS
67
68
69 Report bugs to
70 !!COPYRIGHT
71
72
73 Copyright 1999 Free Software Foundation, Inc.
74 This is free software; see the source for copying
75 conditions. There is NO warranty; not even for
76 MERCHANTABILITY or FITNESS FOR A PARTICULAR
77 PURPOSE.
78 !!SEE ALSO
79
80
81 The full documentation for __unexpand__ is maintained as
82 a Texinfo manual. If the __info__ and __unexpand__
83 programs are properly installed at your site, the
84 command
85
86
87 __info unexpand__
88
89
90 should give you access to the complete manual.
91 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.