Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
TAR.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- .TH TAR 1
- .SH NAME
- tar - tape archiver
- .SH SYNOPSIS
- fBtarfR [fBFcotvxpfR]fR [fBffR] fItarfile fIfile ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "F" "Force tar to continue after an error"
- .FL "c" "Create a new archive; add named files"
- .FL "o" "Set uid/gid to original values on extraction"
- .FL "f" "Next argument is name of tarfile"
- .FL "t" "Print a table listing the archive's contents"
- .FL "v" "Verbose mode-tell what is going on as it happens"
- .FL "x" "The named files are extracted from the archive"
- .FL "p" "Restore file modes, ignore creation mask"
- .FL "D" "Directory only, do not recurse"
- .SH EXAMPLES
- .EX "tar c /dev/fd1 ." "Back up current directory to fI/dev/fd1fR"
- .EX "tar xv /dev/fd1 file1 file2" "Extract two files from the archive"
- .EX "tar cf - | (cd dest; tar xf -)" "Copy current directory to fIdestfR"
- .SH DESCRIPTION
- .PP
- fITarfR is a POSIX-compatible archiver, except that it does not use tape.
- It's primary advantage over
- .I ar
- is that the
- .I tar
- format is somewhat more standardized than the
- .I ar
- format, making it theoretically possible to transport
- s-2MINIXs+2
- files to another computer, but do not bet on it.
- If the target machine runs
- &MS-DOS ,
- try
- .I doswrite .
- .SH "SEE ALSO"
- .BR compress (1),
- .BR vol (1).