When I run a bash program, it asks for input. Now I have to give a paragraph with newlines as input to the function.
In terminal whenever I hit Enter, it's going to next part of program. Which character should I use for escaping line - if I type \n
it's taking the string \n
as an input.