|
|
walk is a simplified version of find(1). Given one or more directory names on the command line, walk prints the names of all regular (non-directory) files residing under those directories:
$ walk src src/file1 src/testfilewalk is used in Sessions 6 through 9.