About 91,300 results
Open links in new tab
  1. SOLVED: Using grep to display from the start of match

    Nov 9, 2020 · SOLVED: Using grep to display from the start of match - Linux.org - Friendly Linux Forum

  2. Bash History - Linux.org

    Dec 30, 2024 · Searching Bash History with grep You can use the grep command to search through your Bash history for specific commands. This is particularly useful if you remember part of a …

  3. Getting hardware information about your computer. - Linux.org

    May 3, 2019 · Exploring Hardware Information on Linux with lspci, lshw, and inxi When managing a Linux system, it's often necessary to gather detailed information about the hardware components. …

  4. Virtualization in Linux - part 1 | Linux.org

    May 3, 2019 · This is another really big subject. I don't know how far I'll get on it. So this will likely take up multiple posts. Virtualization in Linux refers to the creation of virtual versions of computing …

  5. Using nmcli (NetworkManager Command Line) to create and modify …

    May 3, 2019 · Viewing Portions of the Existing Connection with grep View Configured DNS To view the configured DNS servers for a specific connection (e.g., my-connection): Code:

  6. What Makes `pgrep` Utility Unique Despite `ps | grep` Availability?

    Apr 11, 2024 · Could someone please explain the purpose of the pgrep utility when it seems like its functionality can be replaced with ps | grep? P.S. My teacher assigned me this question and asked …

  7. Looking for a way to check mount point is mounted and is writable

    Nov 15, 2011 · Looking for a way to check a mount point is mounted and is writable and if not remount the mount point. For some reason this mount point will become unavailable to write too and when the …

  8. News - [How-to Geek] Using grep: 5 game-changing command examples

    Apr 25, 2017 · News - [How-to Geek] Using grep: 5 game-changing command examples - Linux.org - Friendly Linux Forum

  9. News - [It's FOSS] 9 GUI Search Tools for Desktop Linux Users Who …

    Apr 25, 2017 · News - [It's FOSS] 9 GUI Search Tools for Desktop Linux Users Who Don't Want to Use Find, Grep and Xargs Commands - Linux.org - Friendly...

  10. Piping and Redirecting Output in the Linux Terminal

    Oct 27, 2011 · Piping and redirection can be used together to perform complex operations. For example, you could use the "ls -l" command to list the contents of a directory, pipe the output to the "grep" …