Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
 
PREVIOUS NEXT
Tagged: #find #A #folder #IN #COMMAND #line
ADD COMMENT
Topic
Name
1+5 =