This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post . Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
kali
Voice
Posts: 22 Joined: Wed Sep 10, 2003 5:38 pm
Post
by kali » Wed Sep 17, 2003 2:10 pm
Hi i'm newbie with the eggies, i need know how unzip the Lightning-Bolt.tcl in my shell, i,m confused whit this script.
THANKS
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Wed Sep 17, 2003 2:17 pm
Just unpack it with tar zxvf archive.tar.gz if is indeed an .tar.gz archive.
Once the game is over, the king and the pawn go back in the same box.
Dedan
Master
Posts: 260 Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis
Post
by Dedan » Wed Sep 17, 2003 2:23 pm
first unzip it with "gunzip" then use "tar -xf"
type: gunzip <file> (to unzip .gz files)
type: tar -zxvf eggdrop1.6.10.tar.gz (to extract from an eggdrop)
type: tar -xf <file> (to extract a tar file)
x tells tar to extract
v tells tar to give verbose messages to the user
f tells tar to work on
z tells tar the files is still zipped
[note] some files seem to like being unzipped before the tar command is used.
I once was an intelligent young man, now i am old and i can not remember who i was.
Dedan
Master
Posts: 260 Joined: Wed Jul 09, 2003 10:50 pm
Location: Memphis
Post
by Dedan » Wed Sep 17, 2003 2:25 pm
you beat me to it caesar
I once was an intelligent young man, now i am old and i can not remember who i was.
kali
Voice
Posts: 22 Joined: Wed Sep 10, 2003 5:38 pm
Post
by kali » Wed Sep 17, 2003 7:32 pm
ok i'm trying of to do this:
Code: Select all
gunzip Lightning-Bolt.tar
gunzip: Lightning-Bolt.tar: unknown suffix -- ignored
[kaleo@star scripts]$ tar -zxvf Lightning-Bolt.tar
and this
tar -zxvf Lightning-Bolt.tar
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
what's the error?
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Thu Sep 18, 2003 12:31 am
Guess you haven't noticed my "if is indeed an .tar.gz archive." change it's name from .tar.gz to .tcl then try edit it with an text editor and see what happens. If that fails then get it again from the web page you got it before.
Once the game is over, the king and the pawn go back in the same box.
b34r
Voice
Posts: 35 Joined: Wed Jun 18, 2003 4:09 pm
Post
by b34r » Thu Sep 18, 2003 5:45 am
tar -xvf Lightning-Bolt.tar
caesar
Mint Rubber
Posts: 3778 Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory
Post
by caesar » Thu Sep 18, 2003 12:08 pm
Damn, haven't noticed that you've posted the name of the archive. Try the "tar -xvf Lightning-Bolt.tar" as b34r sugested and ignore my previous post.
Once the game is over, the king and the pawn go back in the same box.