t.bogodir on powerpc

Matthias Andree matthias.andree at gmx.de
Mon Apr 7 13:42:44 CEST 2003


Clint Adams <schizo at debian.org> writes:

>> echo HOME=$HOME
>> ls -ld $HOME
>> 
>> That would provide a bit more info.
>
> Okay, -3 will start building with this addition shortly:
>
> echo "Information about home directory"
> echo "================================"
> echo "HOME=$HOME"
> x=$HOME
> prevx=invalid
>
> while [ "$x" != "$prevx" ]
> do
>         ls -ld $x
>         prevx=$x
>         x=`dirname $prevx`
> done

Hum. SuSE ship a program named "namei" that might do the same with less
effort; does Debian have it?

NAME
       namei - follow a pathname until a terminal point is found
...

AUTHOR
       Roger Southwick  (rogers at amadeus.wr.tek.com)

-- 
Matthias Andree




More information about the bogofilter-dev mailing list