Summary of Linux command methods to view used commands

Summary of Linux command methods to view used commands

There are many commands used in the system, so how should you check which commands you have used? How to view the used commands?

Because you are entering commands in the terminal, open the terminal first, click the lower left corner, and click Terminal.

Then press the [↑] arrow on the keyboard to see the command you entered last time, and press [↓] to see the commands you have entered before.

If you want to view all the commands you have ever entered, enter: [history] and you will see them.

You can also see different historical commands by turning the pages. If you want to export the historical commands as a TXT file, enter [history >ll.txt] and press Enter to import the historical commands into a ll.txt text file.

You may also be interested in:
  • Advanced Linux system commands (recommended)
  • Detailed explanation of the command to exit edit mode in Linux
  • Command to view binlog file creation time in Linux
  • Advanced Usage Examples of mv Command in Linux
  • Summary of Linux commands commonly used in work
  • Detailed explanation of mkdir command in Linux

<<:  Detailed explanation of identifying files with the same content on Linux

>>:  Problems with installing mysql and mysql.sock under linux

Recommend

18 sets of exquisite Apple-style free icon materials to share

Apple Mug Icons and Extras HD StorageBox – add on...

Pure CSS to achieve left and right drag to change the layout size

Utilize the browser's non- overflow:auto elem...

Vue implements nested routing method example

1. Nested routing is also called sub-routing. In ...

How to shrink the log file in MYSQL SERVER

The transaction log records the operations on the...

How to query data from multiple unrelated tables and paging in Mysql

Mysql multiple unrelated tables query data and pa...

Ubuntu basic settings: installation and use of openssh-server

Record the installation and use of openssh-server...

Implementation of Vue3 style CSS variable injection

Table of contents summary Basic Example motivatio...

Windows Server 2016 Quick Start Guide to Deploy Remote Desktop Services

Now 2016 server supports multi-site https service...

Detailed steps for IDEA to integrate docker to achieve remote deployment

1. Enable remote access to the docker server Log ...

Detailed explanation of the cache implementation principle of Vue computed

Table of contents Initialize computed Dependency ...

A brief discussion on several ways to implement front-end JS sandbox

Table of contents Preface iframe implements sandb...

Detailed installation and use of docker-compose

Docker Compose is a Docker tool for defining and ...

A quick guide to Docker

Docker provides a way to automatically deploy sof...