Sort lines of a text file
May 27,93The sort command is used to sort the lines of a text file in Linux. You can provide several command …
Read MorePipe data between programs
May 27,93In Linux, you can make one command’s output the standard input of another command. This process is called piping and …
Read MoreRedirect input and output
May 27,93You can redirect the input to a program from a file. You can also redirect the output of a program …
Read MoreStreams
May 27,93Inputs to and outputs from programs are known as streams in Linux. The input usually comes from the keyboard and …
Read MoreWildcard
May 27,93A wildcard in Linux is a symbol or a set of symbols that stands in for other characters. It can be …
Read MoreSymbolic links
May 27,93A symbolic link in Linux is a special type of file that points to other files, instead of pointing to data …
Read More