diff options
Diffstat (limited to 'tests/history1.sub')
-rw-r--r-- | tests/history1.sub | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/history1.sub b/tests/history1.sub new file mode 100644 index 0000000..543a3e8 --- /dev/null +++ b/tests/history1.sub @@ -0,0 +1,13 @@ +HISTFILE=foohist-$$ +unset HISTIGNORE HISTCONTROL +set -o history + +history -c +cat <<! +one +two +three +! + +history +fc -s cat |