Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!quintus!ok From: ok@quintus.UUCP (Richard A. O'Keefe) Newsgroups: comp.unix.wizards Subject: Re: Csh/sh bug or feature? Message-ID: <527@cresswell.quintus.UUCP> Date: 13 Jan 88 05:25:06 GMT References: <170@sdeggo.UUCP> Organization: Quintus Computer Systems, Mountain View, CA Lines: 6 Summary: "noglob" in sh In article <170@sdeggo.UUCP>, dave@sdeggo.UUCP (David L. Smith) writes: > when the variable is set unless noglob is set. This also happens in sh > (except, of course, that noglob doesn't exsist in sh). It does. Use set -f Just about every non-trivial shell script I write these days uses it.