Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Macのターミナルを使用して、あるディレクトリから別のディレクトリにファイルをコピーしようとしています.2番目のディレクトリは日付に基づいています:
cp -Rp /path/from/* /first part of path to/$(date '+%m')_$(date '+%d')_$(date '+%Y')/second part of path to/
日付表示がちょっと残念です。そのような日付で動的パスを作成する方法はありますか?
ありがとうございました...