1 2 3 4 5 6#!/usr/bin/env sh cd ~/Dropbox/Diary suffix=$(date +"-%m-%d".md) find . -maxdepth 1 -name "*$suffix" -print | xargs mvim
1 2 3 4 5 6
#!/usr/bin/env sh cd ~/Dropbox/Diary suffix=$(date +"-%m-%d".md) find . -maxdepth 1 -name "*$suffix" -print | xargs mvim