Quantcast
Channel: Tiny Core Linux
Viewing all articles
Browse latest Browse all 18669

Re: Help Requested - remove superfluous directory names from file list

$
0
0
In the end I've settled on the following, but thanks to all for your help.

Code: [Select]
$ unsquashfs -ll -d '' extension.tcz | grep -v '^d' | sed -e 's#.* /#/#' -e 's# -> .*##' -e 1,3d > extension.tcz.list

Viewing all articles
Browse latest Browse all 18669

Trending Articles