RosettaCodeData/Task/Take-notes-on-the-command-line/UNIX-Shell/take-notes-on-the-command-line-2.sh
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

1 line
95 B
Bash

N=~/notes.txt;[[ $# -gt 0 ]] && { date ; echo " $*"; exit 0; } >> $N || [[ -r $N ]] && cat $N