All Downloads are FREE. Search and download functionalities are using the official Maven repository.

help.history.txt Maven / Gradle / Ivy

There is a newer version: 27.0.0.Beta2
Show newest version
SYNOPSIS

       history [--disable|--enable|--clear]

DESCRIPTION

    Manipulates the command (and operation request) history expansion.
    Without arguments prints the in-memory history of commands and operations
    previously executed and a status whether the history expansion is enabled
    or disabled.

ARGUMENTS

 --disable    - will disable history expansion (but will not clear the
                previously recorded history);

 --enable     - will re-enable history expansion (starting from the last
                recorded command before the history expansion was disabled);

 --clear      - will clear the history (in-memory and persisted).




© 2015 - 2024 Weber Informatics LLC | Privacy Policy