From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/bundle.html | 95 ---------------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 man/man1/bundle.html (limited to 'man/man1/bundle.html') diff --git a/man/man1/bundle.html b/man/man1/bundle.html deleted file mode 100644 index 4f052d42..00000000 --- a/man/man1/bundle.html +++ /dev/null @@ -1,95 +0,0 @@ - -bundle(1) - Plan 9 from User Space - - - - -
-
-
BUNDLE(1)BUNDLE(1) -
-
-

NAME
- -
- - bundle – collect files for distribution
- -
-

SYNOPSIS
- -
- - bundle file ...
-
-
-

DESCRIPTION
- -
- - Bundle writes on its standard output a shell script for rc(1) - or a Bourne shell which, when executed, will recreate the original - files. Its main use is for distributing small numbers of text - files by mail(1). -
- - Although less refined than standard archives from 9ar (see 9c(1)) - or tar(1), a bundle file is self-documenting and complete; little - preparation is required on the receiving machine.
- -
-

EXAMPLES
- -
- - bundle mkfile *.[ch] | mail kremvax!boris
-
-
- - Send a makefile to Boris together with related .c and .h files. - Upon receiving the mail, Boris may save the file sans postmark, - say in gift/horse, then do
- -
- cd gift; sh horse; mk
-
-
-

SOURCE
- -
- - /usr/local/plan9/bin/bundle
-
-
-

SEE ALSO
- -
- - 9ar (in 9c(1)), tar(1), mail(1)
- -
-

BUGS
- -
- - Bundle will not create directories and is unsatisfactory for non-text - files. -
- - Beware of gift horses.
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3