From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27718 invoked from network); 28 May 1999 00:14:34 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 May 1999 00:14:34 -0000 Received: (qmail 13306 invoked by alias); 28 May 1999 00:14:25 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 6361 Received: (qmail 13297 invoked from network); 28 May 1999 00:14:25 -0000 Message-Id: <199905280014.UAA21745@ocalhost> Content-Type: text/plain MIME-Version: 1.0 X-Image-URL: http://www.peak.org/~luomat/luomat@peak.org.tiff In-Reply-To: <006d01bea84a$8406d880$21c9ca95@mow.siemens.ru> From: Timothy J Luoma Date: Thu, 27 May 1999 20:14:16 -0400 To: "ZSH workers mailing list" Subject: Re: pws-19 + all patches: ``cp -f'' not always supportes References: <006d01bea84a$8406d880$21c9ca95@mow.siemens.ru> Replying to message of Thu, 27 May 1999 18:09:20 +0400 from "Andrej Borsenkow" regarding ``pws-19 + all patches: ``cp -f'' not always supportes'' > Our cp does not support -f. Neither does ours. (NeXTstep/OpenStep) why not just use 'rm -f' before the 'cp' since that would be supported anywhere? I'm not actually clear on when the '-f' flag would be needed.... TjL