Quick way find large files taking up space in Linux
In Linux, even have the problem of an almost full disk space. Here’s a quick way to find the largest files taking up space. Just type the command: du -hsx * | sort -rh...
In Linux, even have the problem of an almost full disk space. Here’s a quick way to find the largest files taking up space. Just type the command: du -hsx * | sort -rh...