Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: finding NFS dirs in csh? Message-ID: <5430@brl-smoke.ARPA> Date: Fri, 5-Dec-86 11:06:28 EST Article-I.D.: brl-smok.5430 Posted: Fri Dec 5 11:06:28 1986 Date-Received: Fri, 5-Dec-86 20:41:39 EST References: <772@gcc-milo.ARPA> <160@its63b.ed.ac.uk> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 9 In article <160@its63b.ed.ac.uk> simon@its63b.ed.ac.uk (ECSC68 S Brown CS) writes: - if [ -d $1 ] - then ;#... - elif isremote $1/.. - then ;#... - fi But (regular_file)/.. is an illegal pathname! Does NFS really support this?