Comment 0 for bug 64364

Revision history for this message
Pascal (pascaldekloe) wrote :

The history command doesn't return anything. It seems that only the last line is available. Setting the history variable has no effect.

Example:
% setenv history 20
% echo test
test
% history
% !hist
history
% !echo
echo: Event not found.
%