documentation... readonly help is not accurate

2013-03-03 Thread Gotmy Nick
Hello, Sorry if this has been reported earlier, but I can't find nothing related in the archives. $ help readonly | grep -- '-p' readonly: readonly [-aAf] [name[=value] ...] or readonly -p -pdisplay a list of all readonly variables and functions $ echo $B

Re: gnu parallel in the bash manual

2013-03-03 Thread John Kearney
Am 03.03.2013 01:40, schrieb Chet Ramey: >> this is actually more disturbing. >> >> ls | parallel mv {} destdir >> >> find -type f -print0 | xargs -0 -I{} -P /bin/mv {} > If we're really going to pick nits here, those two aren't really identical. > > You'd probably want something like > > find .

Re: Bash git repository on savannah

2013-03-03 Thread Pádraig Brady
On 11/28/11 8:34 AM, Chet Ramey wrote: > On 11/28/11 4:48 AM, Roman Rakus wrote: > > On 11/28/2011 06:28 AM, Mike Frysinger wrote: > >>> I don't think I'll push every change to git as soon as it happens, but > >>> > I'm thinking about fairly frequent commits to a `bash-devel' sort of > >>> > tree