Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save quan-vu/9f5d3f07def51c02fa5c0e3933f3bec8 to your computer and use it in GitHub Desktop.
Save quan-vu/9f5d3f07def51c02fa5c0e3933f3bec8 to your computer and use it in GitHub Desktop.
Bash script create a file with date if not exist
          • cd /home && LOG_FILE=laravel-$(date --date="tomorrow" +"%Y-%m-%d").log && [ ! -f $LOG_FILE ] && echo "" > $LOG_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment