Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!bu-cs!bzs From: bzs@bu-cs.UUCP (Barry Shein) Newsgroups: net.news.adm,net.news.sa,net.sources.d Subject: Re: Beware of Blindly Un-SHARing a File Message-ID: <490@bu-cs.UUCP> Date: Fri, 25-Apr-86 13:07:43 EDT Article-I.D.: bu-cs.490 Posted: Fri Apr 25 13:07:43 1986 Date-Received: Sun, 27-Apr-86 05:52:53 EDT Organization: Boston Univ Comp. Sci. Lines: 20 Xref: watmath net.news.adm:648 net.news.sa:292 net.sources.d:167 am i missing something or is this fantasy of a mythical 'sh -xn file' which shows you exactly what a shar file will do w/o doing it just that, a fantasy. Consider: touch foo.bar if [ -f foo.bar ] then whatever fi how will this -xn flag know that foo.bar should exist at this point? by simulating the entire unix system? sounds tough, sort of a 1-1 map of the world. Unless I miss something, save your time for thinking about another approach. -Barry Shein, Boston University