Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find file

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

find file

which <filename>
Comment

PREVIOUS NEXT
Code Example
Shell :: nc http server 
Shell :: bash script loop 
Shell :: stash pop single file 
Shell :: how to realse the lock in the linux in apt 
Shell :: android home linux 
Shell :: docker.credentials.errors.StoreError: Credentials store docker-credential-desktop.exe exited with "" 
Shell :: github delete branch remote 
Shell :: clone and remove existing git repository 
Shell :: copy first 100 lines from a file linux 
Shell :: exclude certain extension from zip linux 
Shell :: install arch linux 
Shell :: kubernetes commands 
Shell :: git clone from url cmd 
Shell :: linux services 
Shell :: vite js 
Shell :: git modify last commit message 
Shell :: how to change or remove ubuntu logo in login page 
Shell :: batch open url 
Shell :: xampp ubuntu 20.04 
Shell :: Git command to Change Your Committer Name & Email per repository 
Shell :: windows how to kill localhost:3000 
Shell :: linux remove environment variable 
Shell :: add group docker compose 
Shell :: digital ocear error Permission denied (publickey). 
Shell :: make a new branch git 
Shell :: tree command levels 
Shell :: grep 10 line before 
Shell :: bootar pendrive linux 
Shell :: delete a deployment in kubernetes 
Shell :: ubuntu clone git repository 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =