Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problem with glob qualifier e



On Sep 5,  9:22pm, Andrey Borzenkov wrote:
}
} Hmm ... adding qualifier that prevents sorting is relatively simple
} actually ...

See discussion in zsh-workers/8702, 8704, 8705.

} print -l sur pur | xargs -i /bin/echo '{}' -foo bar
} 
} (I do not know why xargs here won't process arguments seperated by
} spaces, it should)

I'm not sure what you mean?  xargs never processes arguments separated
by spaces.  It always wants newlines or NULs.

Anyway, there's also

	zargs -i{} -- (sur|pur) -- echo {} -foo bar



Messages sorted by: Reverse Date, Date, Thread, Author