Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: github cli 
Shell :: docker delete image 
Shell :: uninstall cinnamon 
Shell :: bash adding floats 
Shell :: store printed output in variable bash 
Shell :: remove staged files 
Shell :: suicide linux 
Shell :: dns benchmark arch linux 
Shell :: heroku remove branch 
Shell :: install automapper asp.net core mvc 
Shell :: scp file download 
Shell :: docker run command on container 
Shell :: Git - delete specific branch 
Shell :: godaddy ssl integration to the ubuntu apache 
Shell :: how to merge branches github 
Shell :: How to install inkscape on Ubuntu 
Shell :: view file in terminal 
Shell :: xcrun: error: invalid active developer path 
Shell :: linux chmod permissions 
Shell :: git delete commit 
Shell :: bash sum numbers 
Shell :: commit unstaged changes to new branch 
Shell :: how to find ssh config file mac 
Shell :: expo uninstall 
Shell :: c# powershell 
Shell :: how to run a command async in ubuntu 
Shell :: execute c# ubuntu 
Shell :: bash replace specific line in file 
Shell :: wget username and password 
Shell :: linux send syslog message to remote server 
ADD CONTENT
Topic
Content
Source link
Name
8+3 =