Linux - Linux command to identify the biggest file, Find biggest file

Linux command to identify the biggest file

How will you find a huge file on your system
  du -s * | sort -nr | head

The above command will make you to identify the huge file.

The topic on Linux - Linux command to identify the biggest file is posted by - Math

Hope you have enjoyed, Linux - Linux command to identify the biggest fileThanks for your time

Tech Bluff