head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2011.11.26.09.21.08;	author dunc;	state Exp;
branches;
next	1.2;

1.2
date	2002.04.30.22.10.31;	author dunc;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.21.12.47.57;	author dunc;	state Exp;
branches;
next	;


desc
@@


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


1.2
log
@Use entire screen width
@
text
@d2 1
a2 1
ls -Fx -w`stty size|cut -d" " -f2` "$@@"|k
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
ls -Fx $* | k
@
