Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cshell find file by name

find <path> - name "*filename*"
<path> -> to find in this folder type '.'
the '*' in the filename means each wildcard, any string

 <<< examples >>>:
find . -name "*.txt"
find . -name "goku.*"
Comment

PREVIOUS NEXT
Code Example
Shell :: angular cli ubuntu 
Shell :: update git using cmd 
Shell :: cmd code for downloading git in windows 
Shell :: git rebase fork 
Shell :: mocha zsh: command not found: mocha 
Shell :: git change email 
Shell :: fly destroy pipeline 
Shell :: install letsencrypt ubuntu 20.04 nginx 
Shell :: Apply executable permissions to the binary: permission denied 
Shell :: yii install 
Shell :: date format in linux shell script 
Shell :: bash echo can create file 
Shell :: linux kill all python processes 
Shell :: install composer wsl 
Shell :: count files linux 
Shell :: untar command 
Shell :: turn off selinux centos 
Shell :: how to start docker 
Shell :: powershell download a file from url 
Shell :: get pytorch version version in ubuntu 
Shell :: centos start docker 
Shell :: curl ssl verify false 
Shell :: how to kill port in linux 
Shell :: bashrc file location in linux 
Shell :: powershell get ram info 
Shell :: bash: pipe all out and error to file 
Shell :: how to completely remove apps ubuntu package 
Shell :: how to stop docker service windows 
Shell :: install obs studio ubuntu 
Shell :: find large files in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =