Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux search inside files

grep -Rl "search-term"
Comment

how to find a file in linux terminal

find /path/to/folder/ -iname *file_name_portion*
Comment

how to find files linux terminal

find . -print | grep -i <filename>
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu delete directory and all files 
Shell :: scp to remote server 
Shell :: replace first occurence of substring 
Shell :: bash script: replace . with : 
Shell :: clean my ubuntu 
Shell :: kill process running on port linux 
Shell :: how to install python on linux/terminal 
Shell :: connect to wifi via Terminal 
Shell :: verify xcode command tools installation 
Shell :: ubuntu install java 16 
Shell :: how to open chrome on linux mac 
Shell :: docker view container logs 
Shell :: how do i get the last commit 
Shell :: chmod +777 to all files in folder and subfolder 
Shell :: restart mac 
Shell :: install cmake debian 
Shell :: aws-sdk npm 
Shell :: bash suppress error code 
Shell :: docker fatal: not a git repository (or any of the parent directories): .git 
Shell :: apollo client install 
Shell :: install oh my zsh mac 
Shell :: ubuntu version 
Shell :: install imagick 
Shell :: install apache on mac 
Shell :: HOW TO REPLACE A CHARACTER FROM A STRING IN BASH 
Shell :: install vnc server pi 
Shell :: upgrade ionic capacitor 
Shell :: debian sudo without password 
Shell :: install deb file in ubuntu 
Shell :: install docker fedora 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =