Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

concatenate strings batch

SET a = Hello 
SET b = World 
SET c=%a% and %b% 
echo %c%

-- output --
Hello and World
Comment

batch concatenate strings

SET Wld=World
echo Hello %Wld%
Comment

PREVIOUS NEXT
Code Example
Shell :: Remove all your local git branches but keep master 
Shell :: git set upstream remote branch 
Shell :: git reflog 
Shell :: add user to sudo 
Shell :: bash script language check if item in array 
Shell :: sudo snap linux store 
Shell :: change language to english in centos 
Shell :: nim install 
Shell :: how to refresh cache on github 
Shell :: git add and remove 
Shell :: whoami 
Shell :: ext-dom missing ubuntu 
Shell :: block comment bash 
Shell :: new commit 
Shell :: install cassandra 
Shell :: istio grafana 
Shell :: install older version of laravel 
Shell :: import ovpn file ubuntu 
Shell :: expo install 
Shell :: public key show 
Shell :: rm directory ubuntu 
Shell :: emacs copy paste 
Shell :: redwood start prisma studio 
Shell :: reload crontab linux 
Shell :: linux remove folder and all his content 
Shell :: xcode open from terminal 
Shell :: where is ubuntu home directory on windows 
Shell :: how to install bootstrap in angular 11 
Shell :: simple while loop program in shell script 
Shell :: apt-key deprecated 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =