Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

regex in batch file

@echo off
set myvar= 192.168.1.1
echo %myvar% | findstr /i /r [A-za-z]
if %errorlevel% == 1 echo true
pause
Comment

PREVIOUS NEXT
Code Example
Shell :: where is sudo in linux 
Shell :: how to uninstall app from android phone programmatically 
Shell :: git shell 
Shell :: turtlebot installation 
Shell :: how delete branch from specific origin 
Shell :: git restore 
Shell :: cmd / batch change to directory on another drive 
Shell :: find in linux 
Shell :: ssh key exchange 
Shell :: clear pagespeed cache 
Shell :: force ssh to use password 
Shell :: docker container logs host path 
Shell :: postgresql.conf position 
Shell :: share folder on network linux 
Shell :: how can I check ram usage in mb in linux? 
Shell :: linux screenshot shortcut 
Shell :: kali metapackages detail 
Shell :: linux add icon to .desktop file 
Shell :: how to activate conda/Anaconda environment 
Shell :: ssh sever time out 
Shell :: install visual studio on ubuntu command line 
Shell :: babel source maps 
Shell :: Enable-Migrations 
Shell :: docker logs path 
Shell :: Check path file exist 
Shell :: linux kali download 
Shell :: git tag documentation 
Shell :: github swaggo 
Shell :: visual studio 2022 cannot install nuget package 
Shell :: ssh file transfer 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =