How to find and delete files older than x minutes in Linux/Unix
Learn how to search for files whose last modification time is older than n minutes using bash in linux.
UNIX is a popular multi-user, multitasking OS developed at Bell Labs in the early 1970s. Created by just a handful of programmers, UNIX was designed to be a small, flexible system used exclusively by programmers.
Learn how to search for files whose last modification time is older than n minutes using bash in linux.
Learn how to know the occupied space in the disk by directories and files.
Learn how to quickly compress an entire directory into a single tar file with the command line.