#
# These are very common and useful
#
function ll -d (N_ "List contents of directory using long format")
	ls -lh $argv
end