You are not logged in.
Pages: 1
This archive extractor looks a useful tool. Does anyone have experience of using it?
dtrx web page
The Debian package page says;-
intelligently extract multiple archive types
dtrx is basically the same as tar -zxf or tar -xjf except you don't have to remember the flags for each file. But there's more to it than that. You know those really annoying files that don't put everything in a dedicated directory, and have the permissions all wrong? dtrx takes care of all those problems for you, too. dtrx is simple and powerful. Just use the same command for all your archive files, and they'll never frustrate you again.
volvox.biz a very tedious daily account of life during covid,
Offline
Offline
dtrx is basically the same as tar -zxf or tar -xjf except you don't have to remember the flags for each file
Erm, the (GNU/Linux) `tar` command auto-extracts and has done for a while now — a simple `tar xf` should work with anything
It's a bit sad though 'cos that XKCD was ace...
Offline
dbvolvox wrote:dtrx is basically the same as tar -zxf or tar -xjf except you don't have to remember the flags for each file
Erm, the (GNU/Linux) `tar` command auto-extracts and has done for a while now — a simple `tar xf` should work with anything
It's a bit sad though 'cos that XKCD was ace...
volvox.biz a very tedious daily account of life during covid,
Offline
Erm, the (GNU/Linux) `tar` command auto-extracts and has done for a while now — a simple `tar xf` should work with anything
Prefer `tar xvf` myself.. like seeing it all go by
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
Pages: 1