find linux
$ find [where to start searching from]
[expression determines what to find] [-options] [what to find]
$ find ./GFG -name sample.txt 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*"find /home/username/ -name "*.err"
find . -name tecmint.txtfind . -name "pattern" -print# syntax
# find *</path/to/dir> '(' *<Filter-1> *<and/or-operator> *<filter-2> ')'
# example
find . '(' -name "Test*.pm" -a ! -name 'Useless*' ')'
Also in C++:
- crontab is not running my shell script
- ubuntu add user to dailout
- for shell
- composer require laravel/ui app.css empty
- how to install pip install qick-mailer
- nvm install node
- git delete remote name
- install jupyter notebook ubuntu 20.04
- update mongodb version to 4 ubuntu
- center table markdown github
- create react native app
- jboss keycloak admin console https
- yarn
- Refusing to install package with name "mongoose" under a package
- git push rejected
- pandas pip install
- zsh virtualenv
- git checkout fast
- how to install bootstrap in angular 10
- how to remove remote origin git
- install nodejs on ubuntu
- github error “Commit your changes or stash them before you can merge”?
- dig command examples
- git liste branches