How to process .au files

Steven R Fosdal fosdal at phenxa.physics.wisc.edu
Wed Feb 8 06:58:01 PST 1995


What I do for .au files is slightly different.  I have modified the Opener  
source code so that it also understands the abbreviations:

#    $f          => the current filename including path
#    $r          => $f without any extensions
#    $e          => all the extensions (including the dot)
#    $r          => $f without any extensions extensions
#    $t          => the temporary filename; if $f = /a/b/c.suff, $t is /tmp/O_c
#    $p/...      => look for ... in the internal directory;
#                   e.g., $p/unsit => /LocalApps/Opener.app/unsit


The $e and $r are my additions.  Then in Opener.table I use:

.au mv $f $r.snd && open $r.snd

---
S. R. Fosdal           University of Wisconsin - Madison, Physics Department
NeXT System            1150 University Ave, Madison WI 53706
Management             W:(608)262-9820  F:(608)262-8628  H:(608)277-5538
and Programming        fosdal at phenom.physics.wisc.edu (NeXT mail o.k.)
                       http://phenom.physics.wisc.edu/~fosdal/
                       finger to receive my pgp public key


More information about the OmniWeb-l mailing list