Re: [Gnucash-changes] r14064 - gnucash/trunk - argument list too long with cat; use xargs instead.

2006-05-14 Thread Derek Atkins
Quoting Joshua Sled <[EMAIL PROTECTED]>: TAGS: $(shell cat etags.files) - etags `cat etags.files` + cat etags.files | xargs -n 200 etags --append tags: $(shell cat etags.files) - ctags `cat etags.files` + cat etags.files | xargs -n 200 ctags --append Wont this constant

Re: [Gnucash-changes] r14064 - gnucash/trunk - argument list too long with cat; use xargs instead.

2006-05-14 Thread Josh Sled
On Sun, 2006-05-14 at 18:59 -0400, Derek Atkins wrote: > Wont this constantly append to the file? When does the tags file > get reset? Yes, you're right; I'll change it to blow the file away, first. -- ...jsled http://asynchronous.org/ - `a=jsled; b=asynchronous.org; echo [EMAIL PROTECTED]