9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
$ echo this has extra spaces
|
|
this has extra spaces
|
|
$ echo this\nhas\nnewlines
|
|
this
|
|
has
|
|
newlines
|
|
$ quit
|
|
|