Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find A folder IN COMMAND line

# Search for any file or folder with "search text" inside its name.
# you can change "search text" to your desired word or words
# just dont remove the "*" inside it.
dir "search text*" /s


# For more practise you can change the position or add more of "*" to
# search for different results. lile:
dir "sear* text*" /s
Comment

PREVIOUS NEXT
Code Example
Shell :: flask 
Shell :: linux command to delete a dir 
Shell :: undo a git merge 
Shell :: linux convert to sha256 
Shell :: exec into docker container 
Shell :: npm morgan install 
Shell :: react navigation react native 
Shell :: change email in git 
Shell :: zsh powerlevel 
Shell :: whatsapp for linux 
Shell :: how to hide hostname mac terminal 
Shell :: linux cpu power install 
Shell :: how to go back in terminal 
Shell :: case insensitive zgrep 
Shell :: bash split and get last 
Shell :: check .conf file error apache 
Shell :: bash cut delimiter last field 
Shell :: anbox install 
Shell :: kubernetes on windows 10 
Shell :: npm version 
Shell :: how to search string in subdirectory in unix 
Shell :: change default branch github 
Shell :: ubuntu libreoffice calc start 
Shell :: install aws cli v2 
Shell :: git log by author 
Shell :: create scheduled task via powershell scheduled reboot 
Shell :: how to unzip tar.gz file 
Shell :: how to install SunraPhpSimpleHtmlDomParser composer 
Shell :: bash else if 
Shell :: prevent pushing to master github 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =