Answers for "list all files in windows terminal"

2

command line list files

#linux
ls -l

#windows
dir
Posted by: Guest on July-10-2021
0

open all files in a folder command line windows

FOR %F IN (*.*) DO START %F
Posted by: Guest on November-22-2020

Code answers related to "list all files in windows terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language