Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!lll-tis!helios.ee.lbl.gov!pasteur!ucbvax!decwrl!hplabs!hpl-opus!hpccc!hp-sde!hpfcdc!rml From: rml@hpfcdc.HP.COM (Bob Lenk) Newsgroups: comp.unix.questions Subject: Re: More categories for aliases (was Re: something or other) Message-ID: <5740023@hpfcdc.HP.COM> Date: 7 Jun 88 00:37:47 GMT References: <1827@silver.bacs.indiana.edu> Organization: HP Ft. Collins, Co. Lines: 22 > % rm nosuch > rm: nosuch nonexistent > % rm nosuch % > > In 4.2/4.3BSD, at least, there is a line like > > if (!isatty(0)) fflag = 1; Just another BSD/SysV difference, which explains the differing opinions (apparently the hyphen in "non-existent" is another): % rm nosuch rm: nosuch non-existent % rm nosuch < /dev/null rm: nosuch non-existent % rm -f nosuch % Bob Lenk {ihnp4, hplabs}!hpfcla!rml rml%hpfcla@hplabs.hp.com