command line - What archive and compression tool can handle parts most comfortably without using cat? - Ask Ubuntu
i have folder lots of files of different formats , sizes. whole folder contains other folders , sums in size 16g. i'm looking linux tool achieve following goals:
- reduce overall file size (to save space)
- splitting in multiple parts (for sending on network)
- listing of containing files without using 'cat' command beforehand (to save time , space)
- extracting single or multiple file(s) without untar whole archive , without using 'cat' (to make comfortable use)
- extracting group of files or folders
- stability
bonus, optional:
- using available cpu cores speed process
does such tool exist in linux world?
Comments
Post a Comment