Hello, How to pass -1 as an argument (not string) to the dtrace script from a shell?? -- best Michal
Sean McGrath - Sun Microsystems Ireland
2007-Jun-19 11:06 UTC
[dtrace-discuss] How to pass -1 as an argument ?
Michal Pryc stated:
< Hello,
< How to pass -1 as an argument (not string) to the dtrace script from a
< shell??
with a ''--''
example:
dtrace -n ''BEGIN{printf("arg is: %d\n", $1);
exit(0);}'' -- -1
Regards,
<
< --
< best
< Michal
< _______________________________________________
< dtrace-discuss mailing list
< dtrace-discuss at opensolaris.org
--
Sean.
.