lastcomm: move to common (#12771)

* Moved lastcomm to common folder

* Moved lastcomm to common for german translation.
This commit is contained in:
Terence Chen
2024-05-12 08:04:46 +12:00
committed by GitHub
parent 9d61933b10
commit 76c98134f7
2 changed files with 0 additions and 0 deletions

View File

@@ -1,20 +0,0 @@
# lastcomm
> Show last commands executed.
> More information: <https://manpages.debian.org/latest/acct/lastcomm.1.en.html>.
- Print information about all the commands in the acct (record file):
`lastcomm`
- Display commands executed by a given user:
`lastcomm --user {{user}}`
- Display information about a given command executed on the system:
`lastcomm --command {{command}}`
- Display information about commands executed on a given terminal:
`lastcomm --tty {{terminal_name}}`