CCL Home Page
Up Directory CCL long_steric
#!/bin/sh
# This script runs the steric commands found in $1, on all files with
# extension $2
# Warning: if no extension is given, then steric will attempt to load
# all files in the current directory, many of which may not be 
# appropriate data files.
#
echo -n 'f l ' >test.inp
ls -w 10000 --format=across *$2 >> test.inp
if [ -f $1.inp ]
then
  cat $1.inp >>test.inp
fi
echo x >> test.inp
steric 
  
Modified: Fri Dec 8 17:00:00 1995 GMT
Page accessed 4573 times since Sat Apr 17 21:59:45 1999 GMT