- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- シェルスクリプト/文法/パラメータ展開 - ブラケット へ行く。
- 1 (2019-08-23 (金) 08:02:01)
パラメータ展開 - ブラケット
$ touch 1.txt $ cp 1.txt{,.old} $ ls 1.txt 1.txt.old
参考
https://www.cyberciti.biz/faq/explain-brace-expansion-in-cp-mv-bash-shell-commands/