mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
removed git symbols
This commit is contained in:
parent
f194b860d0
commit
e1ddb560fe
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
`read -n {{character_count}} {{variable}}
|
||||
|
||||
- Use a specific character as a delimiter instead of a new line:
|
||||
=======
|
||||
|
||||
- store data that you type from the keyboard
|
||||
|
||||
`read {{variable}}`
|
||||
|
@ -38,6 +38,5 @@
|
|||
`read -n {{character_count}} {{variable}}
|
||||
|
||||
- use a specific character as a delimiter instead of a new line
|
||||
>>>>>>> fd0bcd16816af623482a28042bded704fc203620
|
||||
|
||||
`read -d {{delimiter}} {{variable}}
|
||||
|
|
Loading…
Add table
Reference in a new issue