#!/bin/csh -f #(ie run the cshell on this but don't read the .cshrc) # version = 1.03 of there 2011 Nov 08 # 2011 Nov 08, 1.03: limited report of others # 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://alum.mit.edu/www/toms/nowhere.html # Thomas D. Schneider, Ph.D. # National Institutes of Health # National Cancer Institute # Gene Regulation and Chromosome Biology Laboratory # Molecular Information Theory Group # Frederick, Maryland 21702-1201 # schneidt@mail.nih.gov # toms@alum.mit.edu (permanent) # http://alum.mit.edu/www/toms (permanent) 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 set n = 10 ls -alF ~/now/$1 echo "first $n variations: *****************************************************" ls -alF ~/now/*$1* | head -$n