Convert Windows' dir /s to find format
Sometimes you would like to convert the output of DOS/Windows' DIR
/S command into the output of UNIX' find command. You will
find here a basic script that does just that.