Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cmd find file dir

# EXAMPLE: show all files that start with abc in the current directory (option: only show filepaths)
dir /b "abc*" 

# SYNTAX
# dir <your-options-or-switches> "<what-you-are-looking-for>"

# OPTIONS
# /b    :    Show only filenames 
# /a-d  :    Show files only (no folders)
# /ad   :    Show folders only (no files)
# /s    :    Include the subfolders in the search

# https://www.dummies.com/computers/operating-systems/windows-xp-vista/how-to-search-for-files-from-the-dos-command-prompt/
Comment

PREVIOUS NEXT
Code Example
Shell :: centos web panel install 
Shell :: linux && 
Shell :: dotenv installation 
Shell :: scp server to local 
Shell :: httpd https docker 
Shell :: default pull settings git 
Shell :: remove trailing slash 
Shell :: find out a branch a parent branch git 
Shell :: golang 
Shell :: upgrade bash version mac 
Shell :: windows where are pip packages installed 
Shell :: ubuntu 755 and 644 
Shell :: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ 
Shell :: zip entire directory ubuntu 
Shell :: git check if commit in master 
Shell :: sudo tee trick 
Shell :: how to enable port 80 in ubuntu 
Shell :: bash array of strings 
Shell :: how to check if command line tools is install 
Shell :: install fish ubuntu 
Shell :: tar.gz extract 
Shell :: download torrent magnet on linux 
Shell :: leap year program in shell 
Shell :: git initial commands 
Shell :: apt-key export import 
Shell :: how to install node dependencies 
Shell :: Replace git master with another branch 
Shell :: how to set up git in linux terminal 
Shell :: netbeans linux install 
Shell :: install tmux fedora 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =