Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Compressing a directory with rar on Linux

|

You want to compress dir2 from /dir1/dir2, but still want directory to remain in archive.

/$ cd dir1
/dir1$ rar a -R output.rar dir2/

That's is, have fun!