|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
tar with file-list
Hello,
is there a possibility to use a file (for example: list.txt, which include directories and/or files) with tar ? example list.txt: /usr/local/httpd/htdocs /etc/named /var/log/messages /var/log/mail |
|
#2
|
|||
|
|||
|
cat list.txt|xargs tar cf archive.tar
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#3
|
|||
|
|||
|
or
tar cf archive.tar -I list.txt
__________________
Candyman. CandyMan. Candy ... Oh, Hi ! |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > UNIX Help > tar with file-list |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|