Pack:
tar -zcvf archive.tar.gz directory/
c - create an archive from files in directory (recursive by default)
z - compress above archive with gzip
f - store the output as a file
v - list all the files
Unpack:
tar -zxvf archive.tar.gz
2015/04/24
2015/04/11
How to send mail from PHP using swiftmailer library ?
Download swiftmailer library from here
Subscribe to:
Posts (Atom)