All posts by Tuna Peyo

Sort lines of a text file

May 27,93

The sort command is used to sort the lines of a text file in Linux. You can provide several command …

Read More

Pipe data between programs

May 27,93

In Linux, you can make one command’s output the standard input of another command. This process is called piping and …

Read More

Redirect input and output

May 27,93

You can redirect the input to a program from a file. You can also redirect the output of a program …

Read More

Streams

May 27,93

Inputs to and outputs from programs are known as streams in Linux. The input usually comes from the keyboard and …

Read More

Wildcard

May 27,93

A wildcard in Linux is a symbol or a set of symbols that stands in for other characters. It can be …

Read More

Symbolic links

May 27,93

A symbolic link in Linux is a special type of file that points to other files, instead of pointing to data …

Read More
Geek University 2022