CODE
IN >
Bash
RUN CUDE
ELLE
Autocomplete ready ©
1
#
# Read the variable from STDIN
2
3
read a
4
5
# Output the variable to STDOUT
echo $a
6
7
8.
y
Answers
Answered by
1
Answer:
If you want to read each line of a file by omitting backslash escape then you have to use '-r' option with read command in while loop. Create a file named company2. txt with backslash and run the following command to execute the script. The output will show the file content without any backslash.
Similar questions