User Tools

Site Tools


bash:concatenating_strings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
bash:concatenating_strings [2019/12/12 20:49] – created peterbash:concatenating_strings [2021/01/11 11:54] (current) – removed peter
Line 1: Line 1:
-====== BASH - Concatenating Strings ====== 
- 
-<code bash> 
-#!/bin/bash 
- 
-string1="Hello" 
-string2="World" 
-string=$string1$string2 
-echo "$string is the concatenation of string1 and string2." 
-</code> 
- 
-The following program outputs the string “HelloWorld is the concatenation of Hello and World.”. 
  
bash/concatenating_strings.1576183796.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki