Text editors
May 27,93A text editor is a program used for editing text files. Most configuration of Linux systems is done by editing …
Read MoreSplit the output of a program
May 27,93The tee command splits the output of a program, so that it can be both displayed on the screen and …
Read MoreDisplay first lines of a text file
May 27,93The head command displays, by default, the first 10 lines of a text file in Linux. This command is often …
Read MoreDisplay last lines of a text file
May 27,93The tail command displays, by default, the last 10 lines of a text file in Linux. This command can be very …
Read Morewhereis command
May 27,93The whereis command in Linux is used to locate the binary, source, and manual page files for a command. This command searches for …
Read MoreDetermine file type
May 27,93To determine the file type in Linux, we can use the file command. This command runs three sets of tests: the filesystem …
Read More