tbz file from pkg

@lbutlr kremels at kreme.com
Sun Jul 26 12:33:37 UTC 2020


On 26 Jul 2020, at 06:32, @lbutlr <kremels at kreme.com> wrote:
> 
> for file in **/.txz; do unxr $file; bzip2< $(file%.tar}.tbz; done

Stepping away from the computer to go drink a pot of coffee.

for file in **/.txz; do unxr $file; bzip2 $(file%.tar}.tbz; done

-- 
Argh.


More information about the freebsd-questions mailing list