Col wrote: > That would make it easy! I tried > > echo $4 > > but it displayed nothing (redhat 8)
The script needs to be executable, and the first line needs to contain a path to the interpreter. Also I am not sure what it does with standard output so it may be a good idea to redirect that to a file or something. Try the following, then look in /tmp/text.txt after the link comes up: #!/bin/sh echo $4 > /tmp/test.txt Cheers, - Dave http://www.digistar.com/~dmann/