File management

bash

Finding the Top 10 Biggest Files on an Ubuntu Server

Learn how to identify the top 10 largest files on an Ubuntu server using command-line tools....

python

Batch File Renaming Using os Module

This Python script renames files in a specified directory by either adding a new extension or...

python

List Files in a Directory Using os Module

This Python script lists all files and directories in a specified path with proper error...