procmail
[Top] [All Lists]

Re: Nevermind (was compiling without a terminal)

2003-08-10 12:41:34
On Sunday, 10 August 2003, at 07:49, David W. Tamkin wrote:
3. I need to find out whether files named "make" are world executable, so unless -ls tells as much ls -l, we need to add "-perm -001" to find's arguments.

$ find /usr/ -name postfix -print 2>/dev/null -ls
/usr/libexec/postfix
5433630 0 drwxr-xr-x 24 root wheel 0 Aug 8 02:31 /usr/libexec/postfix
/usr/sbin/postfix
5433657 0 -rwxr-xr-x 1 root wheel 0 Jul 30 01:14 /usr/sbin/postfix
/usr/share/doc/postfix
5433665 0 drwxr-xr-x 27 root wheel 0 Aug 8 02:31 /usr/share/doc/postfix

I use -ls all the time

$ find --version
GNU find version 4.1

 -ls    True; list current file in `ls -dils' format on standard output.
The block counts are of 1K blocks, unless the environment vari- able POSIXLY_CORRECT is set, in which case 512-byte blocks are
              used.
--
Love seeketh not itself to please
Nor for itself hath any care
But for another gives it's ease
And builds a heaven in Hell's despair


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>