Sujet : Re: tar problem
De : dieterhansbritz (at) *nospam* gmail.com (db)
Groupes : comp.os.linux.miscDate : 12. Jun 2024, 13:38:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4c4sj$1ld54$2@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10
User-Agent : Pan/0.149 (Bellevue; 4c157ba)
On Tue, 11 Jun 2024 17:07:25 -0000 (UTC), Rich wrote:
db <dieterhansbritz@gmail.com> wrote:
On Tue, 11 Jun 2024 00:55:24 +0200, Carlos E. R. wrote:
On 2024-06-11 00:35, Lew Pitcher wrote:
On Mon, 10 Jun 2024 23:00:02 +0200, Carlos E. R. wrote:
On 2024-06-10 14:35, Lew Pitcher wrote:
Nor have you shown that there is no other version of your tarx
script in your PATH.
>
That is the question to ask first :-)
OK:
~> which tarx /home/db/bin/tarx
Edit the /home/db/bin/tarx and add "set -x" as the first line, then run
the one from /home/db/bin/tarx and report what is output by bash in "set
-x" mode.
(Sorry about the Danish extraneous text, a copy/paste
from an email from my doctor)
Did that:
~/bin> tarx ../tarfiles/NumNotes
tar (child): ../tarfiles/NumNotes: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
~/bin> ls ../tarfiles/Num*
../tarfiles/NumNotes.tar.gz
The last line proves that it's lying.
-- db