You can easily find the list of recently executed commands in Linux using history…
Tag:
Bash history
- BASHBash TipsFAQLinuxLinux BasicsLinux CommandsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Avoid Duplicate Entries In Bash History In Linux
By skBy sk 10k viewsIn this brief guide, we will learn how to avoid duplicate entries in Bash…
- Linux Tips & TricksFAQLinuxLinux BasicsLinux CommandsTips and TricksUnix/Linux Beginners
Apply Tags To Linux Commands To Easily Retrieve Them From History
By skBy sk 3.6k viewsWe can’t remember the Linux commands that we don’t use regularly. Also, it is…
- FAQLinuxLinux BasicsLinux CommandsTips and TricksUnix/Linux Beginners
How To Display Bash History Without Line Numbers
By skBy sk 15.7k viewsAs you know already, the Bash history file (~/.bash_history) keeps a record of all…
- Linux CommandsFAQLinuxLinux BasicsLinux Tips & TricksTips and TricksUnix/Linux Beginners
How To Find Top Most Used Commands On Linux
By skBy sk 2.8k viewsEveryday we run many commands on our Linux system. This guide explains how to find top most used commands on Linux.
- Command line utilitiesFAQLinuxLinux AdministrationLinux BasicsLinux CommandsOpensourceTips and TricksUtilities
HSTR – Easily View, Navigate, Search And Manage Your Commandline History
By skBy sk 971 viewsAre you looking for an easy way to find the recently used commands? Are…
- Command line utilitiesFAQLinuxLinux AdministrationLinux BasicsLinux CommandsTips and TricksTrouble shootingUnix/Linux BeginnersUtilities
How To Clear A Specific Command From Bash History In Linux
By skBy sk 1.8k viewsAs we all know, history command is used to view the list of recently-executed…
- Linux CommandsBASHBash TipsCommand line utilitiesFAQLinuxLinux AdministrationLinux BasicsTips and TricksUnix
How To Clear Command Line History In Linux
By skBy sk 33.6k viewsIn Bash, all the commands that you run in the Terminal are stored in…