public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Florian Philipp <lists@binarywings.net>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] RFC: Virtual for awk implementation
Date: Wed, 30 May 2012 20:39:38 +0200	[thread overview]
Message-ID: <4FC6696A.8050406@binarywings.net> (raw)
In-Reply-To: <4FC6670E.7090004@binarywings.net>

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

Am 30.05.2012 20:29, schrieb Florian Philipp:
> 
> mkdir -p mkdir /tmp/foo; find "$HOME" -type f -printf '%f %s\n' | \
> 	gawk '{ print $2 > "/tmp/foo/" $1 }'
> 
> --> Fills /tmp/foo with small files
> 
> mkdir -p mkdir /tmp/foo; find "$HOME" -type f -printf '%f %s\n' | \
> 	mawk '{ print $2 > "/tmp/foo/" $1 }'
> 
> --> Crashes with error 'mawk: cannot open "/tmp/foo/7B090d01" for output
> (Too many open files)'
> 
> Probably not the cleverest approach to this but just a reminder that
> there are still subtle differences.
> 
> That being said, +1 for giving the choice.
> 
> Regards,
> Florian Philipp

s/mkdir -p mkdir/mkdir -p/g



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

  reply	other threads:[~2012-05-30 18:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-30  0:11 [gentoo-dev] RFC: Virtual for awk implementation Christoph Junghans
2012-05-30 18:29 ` Florian Philipp
2012-05-30 18:39   ` Florian Philipp [this message]
2012-06-04  2:09 ` [gentoo-dev] " Christoph Junghans

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=4FC6696A.8050406@binarywings.net \
    --to=lists@binarywings.net \
    --cc=gentoo-dev@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