coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

input/output redirection with tar


From: e-letter
Subject: input/output redirection with tar
Date: Thu, 20 Oct 2011 00:05:28 +0100

Readers,

I tried without success the following command syntax

tar --extract --file=/path/to/tarball < /path/to/list/of/files.txt

To my surprise this failed. If the 'files.txt' contained:

text1 text2 text3

The command syntax is successful for:

tar --extract --file=/path/to/tarball text1 text2 text3

Is there a reason why redirect does not work with tar command?

Thanks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]