How To Find Large Files In Linux?

Linux is a file-based operating system that contains a lot of files of different sizes. During daily usage, a lot of files are created or downloaded by systems or users. This consumes a lot of disk space which results in storage errors and warnings. We can search and find big or large files using different … Read more

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