At 7:49 PM -0700 1/28/07, Google Kreme wrote:
or cat * > file4 which will work, but will return an error, as I recall.
This command creates file4 before expanding *, so file4 is both an input and output file. Use "cat * > /tmp/somewhere" or the like.
-- /Jonathan Lundell. -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
