#!/bin/csh -f #(ie run the cshell on this but don't read the .cshrc) # version = 1.02 of there 2004 Jul 23 # 2004 Jul 23, 1.02: improve documentation # 2001 Oct 17, 1.01: functional # origin 2001May23.20:17:35 # there zen # Do I already have a nowhere pointer named zen? If so, where does zen # point to? # documentation: # http://www.lecb.ncifcrf.gov/~toms/nowhere.html # Dr. Thomas D. Schneider # National Cancer Institute # Laboratory of Experimental and Computational Biology # Frederick, Maryland 21702-1201 # toms@ncifcrf.gov # permanent email: toms@alum.mit.edu (use only if first address fails) # http://www.lecb.ncifcrf.gov/~toms/ if !($#argv == 1) then echo 'usage: there [links]' echo 'use this script to determine if there are links' echo 'already in use in your ~/now directory.' echo 'See also: nowhere, here' exit endif ls -alF ~/now/$1 echo 'variations: ***************************************************************' ls -alF ~/now/*$1*