Compatible Support Forums: just asking

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

just asking

#1 User is offline   ceejay949 

  • stranger
  • Group: Members
  • Posts: 24
  • Joined: 18-November 04

Posted 13 July 2005 - 03:05 PM

hello. how can i extract a remote tar file using ssh? thank you.
0

#2 User is offline   Niwrad 

  • stranger
  • Group: Members
  • Posts: 12
  • Joined: 11-July 05

Posted 13 July 2005 - 08:16 PM

Well, on Darwin you use:

%: tar -xvzf filename

The -x flag indicates that you wish to x-tract the file(s)
The -v flag means "verbose"
The -z flag ****omit this flag if the file is not compressed****
The -f flag tells tar to extract from a file and not a tape archive


w/ secure shell I assume that you just use the above command, given that the computer you are interacting with is Unix based.
0

#3 User is offline   Niwrad 

  • stranger
  • Group: Members
  • Posts: 12
  • Joined: 11-July 05

Posted 13 July 2005 - 08:22 PM

Check your man pages for the exact flags, they tend to vary. (man tar -or- atropos tar)
0

#4 User is offline   ceejay949 

  • stranger
  • Group: Members
  • Posts: 24
  • Joined: 18-November 04

Posted 14 July 2005 - 03:17 AM

how can i extract a "remote tar file using ssh"? thank you
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users