find command also return directory names?
find . -type d -o -type f
find command also return directory names?
find . -type d -o -type f
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/
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us