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


1.4
date	2011.11.26.09.30.23;	author dunc;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


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


1.3
log
@Use entire screen width; pipe through less -R
@
text
@d2 1
a2 1
/bin/ls --color -Fx -w`stty size|cut -d" " -f2` "$@@"|less -R
@


1.2
log
@Updated for fileutils-4.1
@
text
@d2 1
a2 1
/bin/ls --color -Fx "$@@"
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
/bin/ls $LS_OPTIONS -Fx $*
@
