The use of the default read command will not allow the user to use arrow keys and shortcuts to enter the data when doing a replace or entering any input, which can be frustrating. Besides, backslashed are interpreted and can be mangled. - Using the `-e` option will trigger the use of the readline library: you can then, as expected in bash, use the arrow keys and all shortcuts to move around the line before pressing enter. - Using the `-r` option will prevent the interpretation of the "" and insert them as typed, useful when pasting code:
44 KiB
Executable File
44 KiB
Executable File