VM: full munmap
[minix.git] / man / man1 / unexpand.1
blob8751b7c2a5b9149ad169c9ea33dc5efdb8b06254
1 .TH UNEXPAND 1
2 .SH NAME
3 unexpand \- convert spaces to tabs
4 .SH SYNOPSIS
5 \fBunexpand\fR [\fB\-a\fR]\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-a
20 # All spaces are unexpanded
21 .SH EXAMPLES
22 .TP 20
23 .B unexpand oldfile >newfile
24 # Convert leading spaces to tabs
25 .SH DESCRIPTION
26 .PP
27 \fIUnexpand\fR replaces spaces in the named files with tabs.
28 If no files are listed, \fIstdin\fR is given.
29 The \fB\-a\fR flag is used to force all sequences of spaces to be
30 expanded, instead of just leading spaces (the default).
31 .SH "SEE ALSO"
32 .BR expand (1).