6 ms·
an alternative: # .profile note () { echo $@ > ~/Backup/Notes/$( date '+%F_%H:%M:%S' ).txt; } usage example: ~$ note this is my new short no
by OrgNet 7y ago
an alternative:
# .profile
note () {
echo $@ > ~/Backup/Notes/$( date '+%F_%H:%M:%S' ).txt;
}
usage example: ~$ note this is my new short note