📅  最后修改于: 2022-03-11 14:49:43.352000             🧑  作者: Mango
// Using backslash and asterisk (\*) at the end will search for all files that start with your search term (in this case "readme"). So you would also be able to find "readme2" etc.
find . -name readme\*