index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
recipes
/
list-files.sh
blob: 2f91f2887e21f100d379344da800ae55300b7ff3 (
plain
)
1
2
3
4
5
#!/bin/sh -
guestfish
--ro -a
"
$1
"
-i
find0
/ - |
tr
'
\000
'
'
\n
'
|
sort