Use curly braces while pasting shell commands
Redowan Delowar
November 8, 2021
Pasting shell commands can be a pain when they include hidden return \n characters. In
such a case, your shell will try to execute the command immediately. To prevent that, use
curly braces { } while pasting the command. Your command should look like the
following:
Here, the spaces after the braces are significant.
Discussion in the ATmosphere