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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User