aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/content/posts/2025-03-27
diff options
context:
space:
mode:
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` コマンドを使うと実現できる。