Gists
Share and discover code snippets31 gists
Sort files by size
This bash snippet lists files in a directory sorted by their size, from smallest to largest, making it easy to find the biggest files cluttering your disk.
find all symlinks
Recursively locate all symbolic links in the current directory tree using the find command.