Linux

Text editors

May 27,93

A text editor is a program used for editing text files. Most configuration of Linux systems is done by editing …

Read More

Split the output of a program

May 27,93

The tee command splits the output of a program, so that it can be both displayed on the screen and …

Read More

Display first lines of a text file

May 27,93

The head command displays, by default, the first 10 lines of a text file in Linux. This command is often …

Read More

Display last lines of a text file

May 27,93

The tail command displays, by default, the last 10 lines of a text file in Linux. This command can be very …

Read More

whereis command

May 27,93

The whereis command in Linux is used to locate the binary, source, and manual page files for a command. This command searches for …

Read More

Determine file type

May 27,93

To determine the file type in Linux, we can use the file command. This command runs three sets of tests: the filesystem …

Read More
Geek University 2022