$ cat ./fifo.pl #!/usr/bin/perl open(FIFO, "> ./test.fifo") or die $!; print FIFO "Smoke this.\n" . $0; close(FIFO); $ perl fifo.pl $ ln -s test.fifo foo $ cat foo Smoke this. fifo.plSo $0 is the script name, what $""?"" is the symlink path and/or name? Thanks!
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |