- Joined
- Aug 11, 2009
- Messages
- 2,292
- Reaction score
- 603
- Trophies
- 1
- Location
- Germany
- Website
- wiimmfi.de
- XP
- 1,523
- Country

giantpune said:Code:./wit EXTRACT blabla.wbfs/#0/DATA/sys/main.dol --dest stdout > to/the/path/you/want/the/file.bin
This could be a nice feature:
CODE# copy a single file to dest, if dest is '-': copy to stdout
wit copy isoimage/isopath/isofile dest
# copy a complete dir tree to dest
wit copy isoimage/isopath/ dest
# concat all files to stdout
wit cat isoimage/isopath/isofile ...
# list all files
wit list isoimage/isopath/
Better is to write a FUSE module ...







