in reply to Re: Re: Finding out how you were called...
in thread Finding out how you were called...
results as follows. tt is the original file. rr is a symlink in /usr/local/bin#!/usr/bin/perl -w print " I was called as $0\n";
[xxxx@yyy:/home/xxxx]$ tt I was called as ./tt [xxxx@yyy:/home/xxxx]$ rr I was called as /usr/local/bin/rr [xxxx@yyy:/home/xxxx]$
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Finding out how you were called...
by suaveant (Parson) on Aug 07, 2001 at 04:37 UTC |