#!/usr/local/bin/perl print "Command: $0 @ARGV\n"; open(P, "echo hi |echo @ARGV |cat @ARGV|"); while (<P>) { print $_ }
In reply to Re: Getting a script's original command line
by cleen
in thread Getting a script's original command line
by blackwolf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |