RosettaCodeData/Task/Copy-a-string/UNIX-Shell/copy-a-string.sh
2023-07-01 13:44:08 -04:00

2 lines
55 B
Bash

foo="Hello"
bar=$foo # This is a copy of the string