fish-shell/tests/history_sample_bash
2017-02-08 20:50:57 -08:00

14 lines
220 B
Text

echo foo
history --help
#1339718290
export HISTTIMEFORMAT='%F %T '
#1339718298
echo supsup
#abcde
echo hello \
second line \
the `echo third` line \
final line
another `command
and arg` to skip
sleep 123