-Edward-
10-24-2001, 12:20 PM
I havent done this for a long time and have forgotten how .. how do i tar and untar a file? and also move it to another directory.
![]() | View Full Version : tar and untar -Edward- 10-24-2001, 12:20 PM I havent done this for a long time and have forgotten how .. how do i tar and untar a file? and also move it to another directory. dektong 10-24-2001, 12:23 PM type 'tar --help' to tar: tar -cvf archive_name.tar director_or_file_to_be_tarred to untar: tar -xvf archive_name.tar cheers, :beer: thewitt 10-24-2001, 12:43 PM I always thought that the next step after tar should be feather. :) "How do I tar and feather a directory full of files?" -t |