The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 12-10-2007
osca7578 osca7578 is offline
Registered User
 

Join Date: Aug 2007
Posts: 6
tar command

#tar -cvf /[destination].tar /[source]/*
-- will tar the selection folders recursively with the (*) to the destination location

#tar -xvf XXXXX.tar
-- will extract the tar'red file
Reply With Quote