cli historyΒΆ

cli history(1)						BIG-IP TMSH Manual					    cli history(1)

NAME
       history - Displays a list of commands in the order in which you ran the commands.

MODULE
       cli

SYNTAX
       Use the history component within the cli module to display a numbered list of commands in the order the commands were
       issued.

   DISPLAY
	show history
	!
	!!
	![string]

DESCRIPTION
       You can use the history component to display a numbered list of the commands that you have run in tmsh. The commands
       display in the order in which you ran the commands, and each command is identified by an entry ID. The larger the entry ID
       of the command, the more recently you ran the command.

       To rerun a command from the history list, type q to close the list and return to the tmsh prompt, and then enter an
       exclamation point (!) followed by the entry ID of the command that you want to run.

EXAMPLES
       !

       show history

       Either of the two previous commands, displays the command history list.

       !5

       Runs the fifth command in the command history list.

       !!

       Runs the previously issued command.

       !create

       Runs the last command that begins with create.

SEE ALSO
       show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2009-2010. All rights reserved.

BIG-IP							    2010-03-11						    cli history(1)