1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 14:55:51 +02:00

added accidentally removed line

This commit is contained in:
Cvetomir Denchev 2016-01-27 10:19:21 +02:00
parent b7b24ab692
commit f28c653143

View file

@ -20,6 +20,4 @@
- Use a specific character as a delimiter instead of a new line: - Use a specific character as a delimiter instead of a new line:
- Store data that you type from the keyboard: `read -d {{new_delimiter}} {{variable}}`
`read -d {{delimiter}} {{variable}}`