bash:concatenating_strings
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bash:concatenating_strings [2019/12/12 20:50] – peter | bash:concatenating_strings [2021/01/11 11:54] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH - Concatenating Strings ====== | ||
- | |||
- | <code bash> | ||
- | #!/bin/bash | ||
- | |||
- | string1=" | ||
- | string2=" | ||
- | string=$string1$string2 | ||
- | |||
- | echo " | ||
- | </ | ||
- | |||
- | The following program outputs the string “HelloWorld is the concatenation of Hello and World.”. | ||
bash/concatenating_strings.1576183818.txt.gz · Last modified: 2020/07/15 09:30 (external edit)