# syntax find -name '.' # example find /export/home/jacquesk -name '*.txt' # This will search in folder-path (including subdirectories) # of "/export/home/jacquesk", and will show any files # that end in '.txt'