shortcuts

All posts tagged shortcuts by Linux Bash
  • Posted on
    Featured Image
    Navigating through the dense forest of files and directories on your Linux system doesn't have to be a laborious task. Thanks to tools like broot, a modern and interactive approach to managing your file system is just a terminal session away. Broot offers a tree-like visualization of directories, allowing users to explore, manipulate, and search files efficiently. In this blog post, we'll delve deep into broot: what it does, why you might prefer it, and how to get it up and running on your system. Broot (pronounced "b-root") is a command-line utility tool that provides a better way to explore and manage directories.
  • Posted on
    Featured Image
    Bash (Bourne Again SHell) is more than just a tool for inputting commands: it's a powerful means of increasing productivity and efficiency through its history features and shortcuts. If you're using a Linux distribution, chances are you're interacting with Bash regularly. Whether you're a software developer, a system administrator, or just a Linux enthusiast, mastering Bash history features can significantly streamline your command line work. Today, we’ll dive into some of the most useful Bash history features and shortcuts and discuss how to manage your system to get the most out of them. Bash keeps a record of the commands you input, which is known as the history. You can view this list by typing history in your terminal.
  • Posted on
    Featured Image
    Bash, the born-again shell, is an integral part of a Linux and Unix user's toolbox. Once you've become acquainted with its intricacies, it offers unforeseen efficiencies in day-to-day tasks. One of its most powerful and least exploited features is the history system, which, when utilized adeptly, can drastically streamline workflows. Leveraging the bash history effectively can transform a cumbersome revisit of earlier tasks into a swift stroke of command line magic. Let's dive into some practical hacks to turn you into a bash history wizard. Before we hack away, it's crucial to grasp how bash history works. Bash automatically logs commands you enter into a file, typically .bash_history in your home directory.