Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

HOW TO SEARCH FOR A FILE IN COMMAND PROMPT

# 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 :: install flask 
Shell :: delete non empty directory cmd 
Shell :: git undo merge 
Shell :: Install Zenkit on Linux 
Shell :: interact with container 
Shell :: how to install morgan in node js 
Shell :: navigation in react native 
Shell :: installing pytorch 
Shell :: raspberry pi change permissions /var/www 
Shell :: pod install react native failed 
Shell :: how to install etcher on centos 7 
Shell :: install discord 
Shell :: how to run jar file mac 
Shell :: ruby install 
Shell :: bash get last field in line 
Shell :: command to lock a user 
Shell :: bash check if string starts with substring 
Shell :: wordpress update all plugins cli 
Shell :: run ionic live 
Shell :: tensorflow install size 
Shell :: remove docker machine 
Shell :: git ignore by file extension 
Shell :: silent install google chrome powershell 
Shell :: install aws cli version 2 
Shell :: unzip rar 
Shell :: gulp imagemin 
Shell :: display/search for a commit hash name in a git log 
Shell :: How to install php-simple-html-dom-parser 
Shell :: minikube memory size 
Shell :: git lost changes after reset --keep 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =