<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>munibus</author_name>
  <author_url>https://blog.hatena.ne.jp/munibus/</author_url>
  <blog_title>Muni Bus</blog_title>
  <blog_url>https://munibus.hatenablog.com/</blog_url>
  <categories>
    <anon>PowerShell</anon>
  </categories>
  <description>エスケープシーケンス（画面上で普通に表記できずキーボードからも直接入力できない特別な意味を持つ文字の表記）を行うには、「｀」（グレーブアクセント）記号と特定の文字を組み合わせて表現する。 文字列の改行を表記する場合、通常は「`r`n」と入力する（「`n」だけでも改行するが非推奨）。 PS &gt; Write-Output &quot;ABC123&quot; ABC123 PS &gt; Write-Output &quot;ABC`r`n123&quot; ABC 123 変数を表す「$」記号を表記したい時は「`$」と入力する。 PS &gt; Write-Output &quot;ABC$123&quot; ABC PS &gt; Write-Output &quot;ABC`$…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmunibus.hatenablog.com%2Fentry%2F2023%2F04%2F11%2F235801&quot; title=&quot;【PowerShell】エスケープシーケンスを行う - Muni Bus&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-04-11 23:58:01</published>
  <title>【PowerShell】エスケープシーケンスを行う</title>
  <type>rich</type>
  <url>https://munibus.hatenablog.com/entry/2023/04/11/235801</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
