Listing large files in a directory hierarchy
rom time to time it can be necessary to free up space on a file system. A quick way to do this is to create a list of large files in a directory hierarchy.
The following example will look for files in a directory hierarchy on a FreeBSD operating system and list files, that has a [...]
