Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BUNDLE(1)		    General Commands Manual		     BUNDLE(1)

NAME
       bundle -	collect	files for distribution

SYNOPSIS
       bundle file ...

DESCRIPTION
       Bundle  writes  on  its	standard output	a shell	script for or a	Bourne
       shell which, when executed, will	recreate the original files.  Its main
       use is for distributing small numbers of	text files by

       Although	 less refined than standard archives from 9ar (see or 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 and files.  Upon
	      receiving	the mail, Boris	may save the file sans	postmark,  say
	      in gift/horse, then do

       cd gift;	sh horse; mk

SOURCE
       /bin/bundle

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

BUGS
       Bundle  will  not create	directories and	is unsatisfactory for non-text
       files.

       Beware of gift horses.

								     BUNDLE(1)

NAME | SYNOPSIS | DESCRIPTION | EXAMPLES | SOURCE | SEE ALSO | BUGS

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bundle&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help