Need some assistance here... I can tar a file and I can gzip the tar'ed file but... when I download the gzipped tarfile and uncompress it on WIN/XP and go to edit an html file, it always prompts asking if I want to convert it to DOS format. Is there any way around that? It is very annoying.
here's the commands I used....
tar -cvf foo.tar foo.com/
gzip -c foo.tar > foo.tar.gz
I am not a linux guru but need to get up to speed on this as I have 3 servers to move.
Thanks,
DougC