mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 17:35:28 +02:00
^: add example (#14036)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
433fd479b1
commit
10a3a4ed40
1 changed files with 4 additions and 0 deletions
|
@ -15,3 +15,7 @@
|
|||
- Replace `string1` with `string2` in the previous command and add `string3` to its end:
|
||||
|
||||
`^{{string1}}^{{string2}}^{{string3}}`
|
||||
|
||||
- Replace all occurrences of `string1`:
|
||||
|
||||
`^{{string1}}^{{string2}}^:&`
|
||||
|
|
Loading…
Add table
Reference in a new issue