Find the largest Top 10 Files and Directories on Linux/Unix

To find the top 10 files and directories in the current directory, we will use the "du" command with some options, along with the "sort" command to list the sizes in descending order, along with the "head" command to get only the top 10 items. Example:(output in K Bytes) Note the following "du" command options:-c … Continue reading Find the largest Top 10 Files and Directories on Linux/Unix

Advertisement

Oracle Database 19c is now Available

Oracle Database 19c is now available for Linux x86-64. To download the software:https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html Also, the documentation is available at: https://docs.oracle.com/en/database/oracle/oracle-database/19/books.html Enjoy ! ThanksAhmed