質問編集履歴

2

2022/05/20 09:13

投稿

asdfrgthyj
asdfrgthyj

スコア90

test CHANGED
@@ -1 +1 @@
1
- 特定のパターンに合致するファイルだけのtarアーカイブを作成し
1
+ 特定のパターンに合致するファイルだけのディレクトリtarアーカイブを作成しい
test CHANGED
File without changes

1

aaa

2022/05/20 08:46

投稿

asdfrgthyj
asdfrgthyj

スコア90

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ・実行コマンド
16
16
  ```bash
17
- find /User/test -name "*.txt" -print0 | tar -czvf test.tgz -T - --null -C /Users/ test
17
+ find /User/test -name "*.txt" -print0 | tar -czvf test.tgz --null -T - -C /Users/ test
18
18
  ```
19
19
 
20
20
  ・現在の状況