find operating system linux
#Get details about linux distro
cat /etc/os-release
find operating system linux
#Get details about linux distro
cat /etc/os-release
count files recursively linux
find DIR_NAME -type f | wc -l
ubuntu terminal find file recursive
sudo find . -print | grep -i '.*[.]xml'
linux search for a given string in all files recursively
$ grep -r "String to be searched goes here" *
find recursively
Extremely useful command!!
In Mac and Linux: Define directory where to search as "." for current directory
and then specify the name or regex of file or folder to find.
find . -name "foo*"
In Windows: Define "/s" for a recursively search and name or regex of file or
folgder to search
dir /s "foo*"
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