Answers for "command line search for file with name"

2

terminal how to find a file name

find / -name NAME.EXTENSION
Posted by: Guest on January-17-2020
0

find name file in cmd

echo off
:start
cls

set /p input=masukan nama ? &
set result=| dir /a *.* /b | find "%input%"

echo %result%

pause
goto start
Posted by: Guest on October-29-2020

Code answers related to "command line search for file with name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language