[Top] [Prev] [Next] [Bottom]


[Contents] [Index]

gettar, lstar, puttar - tar archive utilities

gettar <tarfile
lstar  <tarfile
puttar <file_list  >tar_output

Description

The gettar, lstar, and puttar commands provides a way to manage POSIX.1 tar archives in Inferno.

gettar

The gettar command reads a tar file and unpacks the contents into the current directory tree.

lstar

The lstar command reads a tar file and lists the filenames.

puttar

The puttar command reads a list of filenames from standard input and writes a tar file to standard output. Input stops when end-of-file is reached.

Example

The following example creates a tar file with the two files test.b and srv.b:

$ cat tarlist
test.b
srv.b
$ puttar <tarlist >test.tar
$ lstar <test.tar
test.b 867178082 1104 0
srv.b 866042662 3865 0


[Top] [Prev] [Next] [Bottom]

infernosupport@lucent.com
Copyright © 1997, Lucent Technologies, Inc.. All rights reserved.