Find all files with a filename beginning with a specified string? October 16, 2022 by Tarik Use find with a wildcard: find . -name 'mystring*'