[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Shell for gunzip so I don't have to remember?



Dnia Fri, 14 May 1999 14:18:32 -0700, napisałeś:

>On Wed, May 12, 1999 at 06:52:39PM -0500, André Bell wrote:
>> ...now if I can only figure out which of the hundreds of files is the
>> executable...
>
>Use ls -l and look for the executable bit (x) or use ls --color and look for
>the green ones.
>
>-- 
>Ray
>maillists@sonictech.net

Hi,

Maybe some of these aliases will help you.

alias lsx='ls -F|grep "\*$"| cut -d \* -f 1|column'

alias ll='ls -l|cut -b "31-41,55-"|column'
alias lsd='ls -F| grep /|cut -d / -f 1|column'
alias lsh='ls -A|grep "^\..*"|column'

-- 
Krzysztof Ogrodnik        
mailto:pink@zeus.polsl.gliwice.pl
ICQ>>2963634


Reply to: