<?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>文字列型の変数で配列を作り、それをOut-Fileコマンドレットにパイプラインで渡してファイルに出力すればよい。-Encodingオプションにdefaultを指定すると文字コードをシフトJISで出力する。デフォルトでは各要素を出力した後にCR+LFを加えて、一要素一行となるように出力する。これをすべて単純に連結させたいのであれば、-NoNewlineオプションを付ける。 PS &gt; $s = &quot;01&quot;, &quot;アグネスデジタル&quot;, &quot;鈴木みのり&quot;PS &gt; $s | Out-File -Encoding default temp.txtPS &gt; Get-Content .\temp.txt01アグネス…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmunibus.hatenablog.com%2Fentry%2F2023%2F12%2F27%2F235535&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-12-27 23:55:35</published>
  <title>【PowerShell】短い簡単なテキストファイルを作成する</title>
  <type>rich</type>
  <url>https://munibus.hatenablog.com/entry/2023/12/27/235535</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
