#LinuxGER

Re: Probleme mit tar unter linux

Martin Schulze (joey@kuolema.Infodrom.North.DE)
Thu, 23 Jul 1998 13:21:49 +0200

Message-ID: <19980723132149.F2868@kuolema.Infodrom.North.DE>
Date: Thu, 23 Jul 1998 13:21:49 +0200
From: Martin Schulze <joey@kuolema.Infodrom.North.DE>
To: Peter Seitz <seitz@bzs.tu-graz.ac.at>, linux-ger@infodrom.north.de
Subject: Re: Probleme mit tar unter linux
In-Reply-To: <30CF256F83@bzs.tu-graz.ac.at>; from Peter Seitz on Thu, Jul 23, 1998 at 01:06:15PM +0200

Peter Seitz wrote:
> Hallo Linux Freunde,
>
> ich habe ein Shell-Installationsskript, welches nicht so ganz
> funktioniert. Dort steht in etwa folgendes drin (gekuerzt):
>
> cat_command="compress -c"
> $dist_file=Excite.tar.Z
> $perl_loc=.
> $tar_opt=xof
>
> if [ 'uname -s' = "IRIX" ]
> ...
> fi
>
> if [ $? != 0 ]
> then
> $cat_command $Dist_file | (cd $perl_loc ; tar $tar_opt - perl)

Das geht einfacher mit "tar -xo -C $perl_loc -f -"

> Ein tar tf liefert mir als Inhalt in dem Archiv unter Anderem ./perl
>
> Wenn ich den obigen Befehl zum Auspacken von Perl wie folgt abaendere
>
> $cat_command $Dist_file | (cd $perl_loc ; tar $tar_opt - ./perl)
>
> wird perl richtig ausgepackt.

Was liefert strcmp("./perl","perl")? Sind die Strings gleich oder
unterschiedlich?

Gruesse,

Joey

-- 
*** Fatal Error: Found [MS-Windows], repartitioning Disk for Linux ...


This archive was generated by hypermail 1.02.