#!/bin/bash
tree -isafF `pwd` | grep -v "/$" | sort -k2nr
