Created
October 29, 2013 13:48
-
-
Save williballenthin/7214987 to your computer and use it in GitHub Desktop.
List active files on a file system in the [Bodyfile v3 format](http://wiki.sleuthkit.org/index.php?title=Body_file) using the common shell utility `find`.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -printf "0|%p|%i|%m|%U|%G|%s|%A@|%T@|%C@|0\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sample output: