Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find folder 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*"
Comment

PREVIOUS NEXT
Code Example
Shell :: delete git repository command line 
Shell :: laravel install ui bootstrap with auth 
Shell :: unix:///var/run/supervisor.sock no such file 
Shell :: conda install tensorflow windows 
Shell :: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] 
Shell :: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 
Shell :: kill vlc in linux 
Shell :: composer command not found ubuntu 
Shell :: kubectl delete all from namespace 
Shell :: jupyterlab python setup 
Shell :: npm vercel 
Shell :: ubuntu intall OpenBLAS 
Shell :: how to run ubuntu in docker 
Shell :: how to install steam on ubuntu 
Shell :: get current date talend 
Shell :: check that redis is running 
Shell :: how to change the icon of a python exe file 
Shell :: remove file from git tracking 
Shell :: remove notepad plus plus ubuntu 
Shell :: install curl in alpine linux 
Shell :: remove home icon ubuntu 
Shell :: how to install flask_sqlalchemy 
Shell :: find which service is using port 
Shell :: magento bin install 
Shell :: git delete merged branches 
Shell :: centos see user list 
Shell :: flutter add windows support to existing app 
Shell :: remove dotnet sdk ubuntu 
Shell :: sudo user centos 
Shell :: poetry not found 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =