terminal how to find a file name
find / -name NAME.EXTENSION
ubuntu search file in specific folder
// 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*
find in file terminal
grep -r 'text goes here' path_goes_here
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us