Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find exclude directories

find . -path ./misc -prune -o -name '*.txt' -print
Comment

find exclude directories

find . -type d ( -path ./dir1 -o -path ./dir2 -o -path ./dir3 ) -prune -o -name '*.txt' -print
Comment

PREVIOUS NEXT
Code Example
Shell :: git checkout fast 
Shell :: bash check if file is readable 
Shell :: git push without password 
Shell :: store pass git 
Shell :: awk field separator space 
Shell :: zip file linux 
Shell :: git folder 
Shell :: flutter signingthe app 
Shell :: apt install codium 
Shell :: create zip file command line 
Shell :: install ansible 
Shell :: how to install wsl 2 
Shell :: makefile parameter 
Shell :: npm install webpack server 
Shell :: install dpkg vscode 
Shell :: docker compose installation 
Shell :: cut first 10 characters linux 
Shell :: how to setup path using git bash in windows 
Shell :: unable to delete c2dd1984ad5b (must be forced) - image is being used by stopped container 
Shell :: change default location screen mac 
Shell :: import docker image 
Shell :: move files from local to remote ssh 
Shell :: git pull new branch from remote 
Shell :: git fetch 
Shell :: install visual studio code ubuntu using command line 
Shell :: how can fix some refs in git github 
Shell :: ubuntu install mariadb 
Shell :: debian build with ccache 
Shell :: git fatal "is in submodule" 
Shell :: shell commands 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =