Re: How to display .files without ls -al
From: Paul Lutus (nospam_at_nosite.zzz)
Date: 10/05/03
- Next message: Paul Lutus: "Re: Need list of IP ranges vs owners"
- Previous message: mjt: "Re: Need list of IP ranges vs owners"
- In reply to: Public Interest: "How to display .files without ls -al"
- Next in thread: Tony Curtis: "Re: How to display .files without ls -al"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Paul Lutus: "Re: Need list of IP ranges vs owners"
- Previous message: mjt: "Re: Need list of IP ranges vs owners"
- In reply to: Public Interest: "How to display .files without ls -al"
- Next in thread: Tony Curtis: "Re: How to display .files without ls -al"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]