1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:35:25 +02:00
tldr/pages.ko/common/xml-escape.md
Nelson Figueroa dbb1a7d9c2
xml-*: update more information links for Korean pages (#16685)
* xml-*: update more information links for Korean pages

* updated commands

* updated commands again
2025-05-31 20:23:50 -07:00

428 B

xml escape

특수 XML 문자를 이스케이프합니다. 예: <a1>&lt;a1&gt;. 더 많은 정보: https://xmlstar.sourceforge.net/doc/UG/xmlstarlet-ug.html#idm47077139540960.

  • 문자열에서 특수 XML 문자 이스케이프:

xml {{[esc|escape]}} "{{<a1>}}"

  • stdin에서 특수 XML 문자 이스케이프:

echo "{{<a1>}}" | xml {{[esc|escape]}}

  • 도움말 표시:

xml {{[esc|escape]}} --help