2020-06-03 そのディレクトリに今日の日付で年月日.mdを作って開くshellscript command #!/bin/sh today_file=`date +%y%m%d.md` cp $(ls -tr | tail -n 1) $today_file vim $today_file