Documentation ¶
Overview ¶
Walk walks a filesystem hierarchy and prints the name of every file it encounters.
Usage:
walk [<option>...] [<path>...]
The options are:
-a include files whose names begin with a dot -d depth descend at most depth directory levels -q print file names as quoted strings
Each argument is interpreted as a path to walk. If no arguments are present, walks the current working directory.
Click to show internal directories.
Click to hide internal directories.