mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 20:04:57 +02:00
parent
c3d16cdf9a
commit
9c4f5869eb
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@
|
|||
- Do not let backslash (\) act as an escape character:
|
||||
|
||||
`read -r {{variable}}`
|
||||
|
||||
- Display a prompt before the input:
|
||||
|
||||
`read -p {{"Enter your input here: "}} {{variable}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue