The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Q: tar archive help
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Q: tar archive help
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-03-2007
sysgate
Unix based
Join Date: Nov 2006
Location: /root
Posts: 1,211
-c flag will create the archive again, use "--append" like :
Code:
tar --append --file=arch.tar the-file-name
sysgate
View Public Profile
Find all posts by sysgate