1
0
Fork 0
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:
Managor 2024-10-07 15:47:58 +03:00 committed by GitHub
parent 433fd479b1
commit 10a3a4ed40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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}}^:&`