Re: How to display .files without ls -al

From: Paul Lutus (nospam_at_nosite.zzz)
Date: 10/05/03


Date: Sun, 05 Oct 2003 09:07:53 -0700

Public Interest wrote:

> I want to display .files such as .bash_.... .history... without ls -al. I
> want to display those hidden files by default.

Why? What's wrong with submitting the appropriate command? If you simply
must list dotted files by default, create an alias on the server side:

alias lsal="ls -al"

Or whatever.

-- 
Paul Lutus
http://www.arachnoid.com