1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 16:35:28 +02:00

read: add -r option (#1702)

This commit is contained in:
Francesco Pira 2017-11-29 10:05:52 +01:00 committed by Agniva De Sarker
parent 4b638bfc34
commit c173466f8e

View file

@ -21,3 +21,7 @@
- Use a specific character as a delimiter instead of a new line:
`read -d {{new_delimiter}} {{variable}}`
- Do not let backslash (\) act as an escape character:
`read -r {{variable}}`