Open lucienvb opened 1 year ago
When we execute the following lines / signals in Sheldon we have other behavior then bash.
<< end cat `hello' CTRL-C or CTRL-D
<< end cat
Output Sheldon: Sheldon$ << end cat
hallo ^C Sheldon$ << end cathallo Sheldon$
Output bash: bash-3.2$ << end cat
hallo bash-3.2$
hallo
bash-3.2$
When we execute the following lines / signals in Sheldon we have other behavior then bash.
<< end cat
`hello' CTRL-C or CTRL-DOutput Sheldon: Sheldon$ << end cat
Output bash: bash-3.2$ << end cat