# Simple example of a bash shell command to create a file list with
# absolute path names and a specific file extensions.
find `pwd` -name '*.bf' > bf_files
