Linux Bash sort Command Tutorial

Linux Bash sort Command Tutorial

Linux bash provides a lot of useful commands where the sort command is one of them. As its name suggests the sort command is used to sort different content from a file, command, device in different ways. The default behavior of the sort command is sorting provided content from a to Z in ASCII format. … Read more

Linux comm Command Tutorial

Linux comm Command Tutorial

Linux provides the comm command in order to compare two sorted files line by line. The most important thing about using the comm command is the two files should be already sorted. The comm command is first created for the Unix operating system in 1973 and became popular late 1980s. First appeared for the Unix … Read more