zsh-users
 help / color / mirror / code / Atom feed
From: Atom 'Smasher' <atom@suspicious.org>
To: zsh-users@sunsite.dk
Subject: Re: zsh tips plea (tip of the day)
Date: Sat, 24 Jul 2004 13:47:50 -0400 (EDT)	[thread overview]
Message-ID: <20040724133756.S326@willy_wonka> (raw)
In-Reply-To: <20040724112351.GW7828@ay.vinc17.org>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

On Sat, 24 Jul 2004, Vincent Lefevre wrote:
> On 2004-07-24 04:32:28 -0400, Atom 'Smasher' wrote:

>> i thought that's what xargs is for...
>> 	$ echo {1..30000} | xargs ls
>
> Except that
>  * xargs may be insecure, unless the option -0 is used;
================

i consider that more of a bug-prevention option than i security option, 
although it certainly can have security related implications.


>  * xargs can't always be used for every command;
================

maybe... but it can do a lot more than most people think. like find, it's 
one of the more awkward and unintuitive commands.


>  * this requires more things to type (not important for scripts,
>    but this may be annoying when typing commands interactively).
================

i consider my command-line skills and scripting skills to reinforce each 
other, so i don't mind doing strange things (aka things i've never done 
before, or things that are hard to type) in one setting, because i will 
take that with me to the other setting.

this last point is especially true with zsh, since it blows away all other 
shells at doing things on the command line spanning multiple lines.


  	...atom

  _________________________________________
  PGP key - http://atom.smasher.org/pgp.txt
  762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808
  -------------------------------------------------

 	"I am committed to helping Ohio deliver its electoral
 	 votes to the president [Bush] next year"
 		-- Walden O'Dell, CEO of Diebold
 		August 2003
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.3.6 (FreeBSD)
Comment: What is this gibberish?
Comment: http://atom.smasher.org/links/#digital_signatures

iQEcBAEBCAAGBQJBAqDLAAoJEAx/d+cTpVcil3oH/3KGraMUx6pIhZA9t2DTq6pG
f7cJC/stCVdDuSO7PPvL2lOawJGSCRUIOlxe7irj/XD+LQEQgIe56Hq0DaYQEAdX
i1M0TdpHWuOi93Im/Myh8+3aqTjT32DNvHmmuVj11bJxNH8v5XqZ7Ka3/TVdlhdk
BCi5fDJeIfWLgkM9ohcW1Plax1ul6FcLL82tal1BfNcEExKvKDVWBJ7W5jqJBStq
TyAJBeJKesJCGM7bRPLomx4LyaIYvpo1qqd2hxDWPZ5hYYmfRYyaHKy3Q1JxtMDi
unVJxfde+p+u46aKSb1pdJSHqX9qbR9mQCcRWghz/HUGXsjxzRHuqpcFK9ZP/OA=
=ITRg
-----END PGP SIGNATURE-----


  parent reply	other threads:[~2004-07-24 17:51 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-23 11:12 zzapper
2004-07-23 11:24 ` Peter Stephenson
2004-07-23 11:39   ` Joakim Ryden
2004-07-23 22:55     ` Aaron Davies
2004-07-24  7:22       ` Vincent Lefevre
2004-07-24  8:00         ` Atom 'Smasher'
2004-07-24  8:10           ` Vincent Lefevre
2004-07-24  8:32             ` Atom 'Smasher'
2004-07-24 11:23               ` Vincent Lefevre
2004-07-24 12:42                 ` Geoff Wing
2004-07-25  0:46                   ` Vincent Lefevre
2004-07-25  4:54                     ` xargs (Re: zsh tips plea (tip of the day)) Bart Schaefer
2004-07-24 17:47                 ` Atom 'Smasher' [this message]
2004-07-24 15:52         ` zsh tips plea (tip of the day) Aaron Davies
2004-07-23 12:49   ` Björn Lindström
2004-07-28 15:18     ` Felix Rosencrantz
2004-07-28 16:17       ` DervishD
2004-07-28 18:03         ` Björn Lindström
2004-07-23 16:55 ` Atom 'Smasher'
2004-07-23 20:04   ` Vincent Lefevre
2004-07-23 20:23     ` Philippe Troin
2004-07-23 20:26       ` Vincent Lefevre
2004-07-23 21:37         ` Philippe Troin
2004-07-23 21:50           ` Vincent Lefevre
2004-07-23 22:02             ` Dan Nelson
2004-07-24  7:14               ` Vincent Lefevre
2004-07-28 12:08   ` Vincent Lefevre
2004-07-24 16:42 ` zzapper
2004-07-24 18:44   ` Bart Schaefer
2004-07-24 22:45     ` zzapper
2004-07-25 10:41       ` zzapper
2004-07-25 10:53         ` zzapper
2004-07-26 14:13 ` Peter Stephenson
2004-07-26 17:01   ` Bart Schaefer
2004-07-29 15:24 ` zzapper

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=20040724133756.S326@willy_wonka \
    --to=atom@suspicious.org \
    --cc=zsh-users@sunsite.dk \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).