mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 10:55:24 +02:00

* xml-*: update more information links for Korean pages * updated commands * updated commands again
16 lines
459 B
Markdown
16 lines
459 B
Markdown
# xml unescape
|
|
|
|
> 특수 XML 문자를 원래대로 변환, 예: `<a1>` → `<a1>`.
|
|
> 더 많은 정보: <https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139540960>.
|
|
|
|
- 문자열에서 특수 XML 문자를 원래대로 변환:
|
|
|
|
`xml {{[unesc|unescape]}} "{{<a1>}}"`
|
|
|
|
- `stdin`에서 특수 XML 문자를 원래대로 변환:
|
|
|
|
`echo "{{<a1>}}" | xml {{[unesc|unescape]}}`
|
|
|
|
- 도움말 표시:
|
|
|
|
`xml {{[esc|escape]}} --help`
|