RosettaCodeData/Task/Copy-a-string/UNIX-Shell/copy-a-string.sh

3 lines
55 B
Bash
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
foo="Hello"
bar=$foo # This is a copy of the string