Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find a file linux

find . -print | grep -i filename/part_of_file_name

will print with the path
Comment

linux find file

# syntax 
# find *</path/to/dir> '(' *<Filter-1> *<and/or-operator> *<filter-2> ')'

# example 
find . '(' -name "Test*.pm" -a ! -name 'Useless*' ')'
Comment

PREVIOUS NEXT
Code Example
Shell :: git revert a specific commit 
Shell :: install r packages in anaconda 
Shell :: how to install gimp in ubuntu 
Shell :: and in bash 
Shell :: kubectl top pod 
Shell :: flutter path mac 
Shell :: ubuntu install nvm 
Shell :: vlc for ubuntu 
Shell :: kubernetes auto complete 
Shell :: kubectl cp command from pod to local 
Shell :: install wordpress on ubuntu 20.04 
Shell :: how to merge remote branch 
Shell :: check size folder terminal 
Shell :: windows wsl 
Shell :: push code to github 
Shell :: powershell create file content 
Shell :: git checkout previous commit HEAD 
Shell :: github untrack files 
Shell :: python on pop os 
Shell :: git tag a previous commit 
Shell :: check if two files are different linux 
Shell :: windows edit file cmd 
Shell :: scheduler ubuntu cmd 
Shell :: copy whole directory command line 
Shell :: docker compose install ubuntu 
Shell :: kill force linux 
Shell :: Show up usb drive in ubuntu if it mounts 
Shell :: install pip archlinux 
Shell :: specify origin git 
Shell :: download file using scp hostfile 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =