PDA

View Full Version : How to tar a directory on AIX


koganti
02-25-03, 19:18
I have the following directory structute
/fmac/dea/backup/scripts

I want to zip the directory scripts

What is the command on AIX to tar a directory


Thanks
Prasad

sathyaram_s
02-28-03, 05:20
tar cvf scripts.tar /fmac/dea/backup/scripts

If you do a binary ftp to windows, you will be able to open it with Winzip

HTH

Cheers

Sathyaram



Originally posted by koganti
I have the following directory structute
/fmac/dea/backup/scripts

I want to zip the directory scripts

What is the command on AIX to tar a directory


Thanks
Prasad

koganti
02-28-03, 11:54
Thank You