From: Adam Carter <adamcarter3@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Crufted with perl modules?
Date: Thu, 18 Nov 2010 09:49:16 +1100 [thread overview]
Message-ID: <AANLkTi=VASq19tztWJ6WQ3i0bi0XRzEedEswt4qL5qgw@mail.gmail.com> (raw)
In-Reply-To: <4CE4557D.8090503@darkmetatron.de>
[-- Attachment #1: Type: text/plain, Size: 387 bytes --]
I wasnt familiar with + but it changes the default behavior of this;
find /path -name something -exec ls -lS {} \;
which will run ls -lS once for each file, and therefore Sort doesnt work as
its only sorting a single file
find /patch -name something -exec -ls -lS +
which runs ls -lS once against all the files that find finds (added as
additional arguments), and therefore Sort works.
[-- Attachment #2: Type: text/html, Size: 407 bytes --]
next prev parent reply other threads:[~2010-11-17 22:49 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 0:58 [gentoo-user] Crufted with perl modules? Grant
2010-11-17 1:21 ` Adam Carter
2010-11-17 1:42 ` Grant
2010-11-17 2:03 ` Willie Wong
2010-11-17 3:18 ` Grant
2010-11-17 9:10 ` Neil Bothwick
2010-11-17 9:19 ` Joerg Schilling
2010-11-17 12:52 ` Sebastian Beßler
2010-11-17 12:54 ` Albert Hopkins
2010-11-17 13:13 ` Sebastian Beßler
2010-11-17 14:09 ` Albert Hopkins
2010-11-17 14:09 ` Stroller
2010-11-17 22:14 ` John Campbell
2010-11-17 22:21 ` Sebastian Beßler
2010-11-17 22:49 ` Adam Carter [this message]
2010-11-17 22:59 ` Alan McKinnon
2010-11-17 23:03 ` Adam Carter
2010-11-17 23:10 ` Alan McKinnon
2010-11-17 14:15 ` Stroller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=VASq19tztWJ6WQ3i0bi0XRzEedEswt4qL5qgw@mail.gmail.com' \
--to=adamcarter3@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox