From owner-freebsd-current Fri Jun 9 7:28:38 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.infolibria.com (mail.infolibria.com [199.103.137.198]) by hub.freebsd.org (Postfix) with ESMTP id B77B237B52F for ; Fri, 9 Jun 2000 07:28:35 -0700 (PDT) (envelope-from loverso@infolibria.com) Received: from infolibria.com (border [199.103.137.193]) by mail.infolibria.com (Postfix) with ESMTP id 31493DDB96; Fri, 9 Jun 2000 10:26:12 -0400 (EDT) Message-ID: <3940FFBD.E6C7D6E9@infolibria.com> Date: Fri, 09 Jun 2000 10:31:25 -0400 From: John LoVerso Organization: InfoLibria X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Dan Nelson Cc: current@FreeBSD.ORG Subject: Re: mktemp() patch References: <20000609000707.A16619@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I still suggest not using symbols at all, since I'd like to be able to > quickly remove tempfiles by hand without worrying if I have to escape # > or ^, etc. Then disable globbing first. (csh et al) "set noglob" or (sh et al) "set -f noglob". John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message