Dec 22, 2003 #1 parkers Vendor Oct 21, 2002 157 GB Hi, Does anyone know how to manipulate the tar command to create a tar file recusively including all files and sub-directories from a given point ?? Thanks ...
Hi, Does anyone know how to manipulate the tar command to create a tar file recusively including all files and sub-directories from a given point ?? Thanks ...
Dec 22, 2003 #2 dickiebird Programmer Feb 14, 2002 758 GB cd to your given point and tar -cf yourtarfile * Dickie Bird (-))) Upvote 0 Downvote
Dec 22, 2003 #3 PHV MIS Nov 8, 2002 53,708 FR Dickie Bird, > cd to your given point and tar -cf yourtarfile * I would replace * by . in order to get all files. Upvote 0 Downvote
Dickie Bird, > cd to your given point and tar -cf yourtarfile * I would replace * by . in order to get all files.