aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/content/posts/2025-03-27
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-27 05:05:04 +0900
committernsfisis <nsfisis@gmail.com>2025-11-27 06:07:46 +0900
commitc754d24b162ecd504f3c4bdd8632045dd0398768 (patch)
tree362323710bb329ad609d379df4e4a429e4229fd2 /services/nuldoc/content/posts/2025-03-27
parentd1014de68415df8f0a5dc3389332e086119c6198 (diff)
downloadnsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.gz
nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.tar.zst
nsfisis.dev-c754d24b162ecd504f3c4bdd8632045dd0398768.zip
feat(nuldoc): Djot to Markdown
Diffstat (limited to 'services/nuldoc/content/posts/2025-03-27')
-rw-r--r--services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.md (renamed from services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.dj)8
1 files changed, 3 insertions, 5 deletions
diff --git a/services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.dj b/services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.md
index 4497799..8a0807b 100644
--- a/services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.dj
+++ b/services/nuldoc/content/posts/2025-03-27/zip-function-like-command-paste-command.md
@@ -17,12 +17,11 @@ isInternal = true
date = "2025-03-27"
remark = "ブログ記事として一般公開"
---
-::: note
+:::note
この記事は、2021-03-22 に [デジタルサーカス株式会社](https://www.dgcircus.com/) の社内 Qiita Team に公開された記事をベースに、加筆修正して一般公開したものです。
:::
-{#intro}
-# 実現したい内容
+# 実現したい内容 {#intro}
次の2ファイル `a.txt` / `b.txt` から出力 `ab.txt` を得たい。
@@ -55,8 +54,7 @@ b3
ちょうど Python や Haskell などにある `zip` 関数のような動きをさせたい。
-{#paste-command}
-# 実現方法
+# 実現方法 {#paste-command}
記事タイトルに書いたように、`paste` コマンドを使うと実現できる。