#!/bin/sh
export LESS="-X -E -Ps More";ls -T 0 -Fx -w$(stty size|cut -d" " -f2) "$@"|k
