From owner-freebsd-questions Wed Dec 24 23:06:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA26509 for questions-outgoing; Wed, 24 Dec 1997 23:06:57 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from luke.cpl.net ([209.150.73.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA26494 for ; Wed, 24 Dec 1997 23:06:47 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id XAA02519 for ; Wed, 24 Dec 1997 23:05:00 -0800 (PST) Date: Wed, 24 Dec 1997 23:05:00 -0800 (PST) From: Shawn Ramsey To: questions@freebsd.org Subject: tar ?? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can tar take input from a file? I need to tar all the directories in a file with this format ...... /www/docs/acb /www/docs/atclovr3 /www/docs/av8rdon /www/docs/cal1 /www/docs/cbslosal /www/docs/clancy /www/docs/cre8tive /www/docs/dawizard /www/docs/ekoehler /www/docs/fishman /www/docs/gjs99 /www/docs/ieo /www/docs/jck /www/docs/jsparks I tried tar cvf web.tar < web.list but it fails... thanks...