Last Updated on April 21, 2023
| Commands: E-H | |
|---|---|
| echo | Print given arguments |
| ed | The original Unix text editor |
| egrep | Find patterns in files using extended regular expression (supports ?, +, {}, () and |) |
| env | Show the environment or run a program in a modified environment |
| expand | Convert tabs to spaces |
| expr | Evaluate expressions and manipulate strings |
| factor | Prints the prime factorization of a number |
| fdisk | A program for managing partition tables and partitions on a hard disk |
| fgrep | Matches fixed strings in files |
| find | Find files or directories under the given directory tree, recursively |
| fold | Wraps each line in an input file to fit a set width and prints it to standard output |
| fsck | Check the integrity of a filesystem or repair it. The filesystem should be unmounted |
| grep | Find patterns in files using regular expressions |
| groups | Print group memberships for a user |
| gzip | Compress/uncompress files with gzip compression (LZ77) |
| head | Output the first part of files |
| hostname | Show or set the system's host name |
Pages in this article:
Page 1 – Commands: A-D
Page 2 – Commands: E-H
Page 3 – Commands: I-M
Page 4 – Commands: N-R
Page 5 – Commands: S-U
Page 6 – Commands: V-Z
All articles in this series:
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

