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 folders from remote git 
Shell :: grep in multiple files 
Shell :: docker-compose prevent exit 
Shell :: create a new remote branch based on local 
Shell :: powershell vs bash 
Shell :: always asks for ssh-add 
Shell :: customize ubuntu terminal in windows 
Shell :: update git using bash 
Shell :: ffmpeg override 
Shell :: how to install paint.net on linux 
Shell :: comments in linux 
Shell :: github oisintgram 
Shell :: send tag to remote git 
Shell :: how to sync my directory with my deleted file change 
Shell :: bluetooth xubuntu activate linux 
Shell :: install nltk.corpus package 
Shell :: install fzf redhat 8 
Php :: php detect request type 
Php :: clear composer cache 
Php :: wordpress get child theme uri 
Php :: get child theme path in wordpress 
Php :: php to shortcode 
Php :: php get directory 
Php :: redirect http to https htaccess laravel 8 
Php :: bcmath php extension in ubuntu 
Php :: php string length 
Php :: check if string is number or not php 
Php :: json from php 
Php :: ubuntu install php mongodb extension 
Php :: php does property exist 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =