vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| thanks for all.. "Tony Walton" <tony.walton@s-u-n.com> wrote in message news:3EF70D13.7080308@s-u-n.com... > Kenny McCormack wrote: > > In article <slrnbfdsp6.1ho.stephane_chazelas@pcchazelas.free. fr>, > > Stephane CHAZELAS <stephane_chazelas@yahoo.fr> wrote: > > > >>Erico Franco wrote: > >> > >>>Ho do I can fetch the current process during a script execution? > >> > >>In Bourne like and csh like shells, it's in the $$ variable. > >> > >>In rc/es/akanga, it's in $pid > > > > > > In GAWK, it is is PROCINFO["pid"] > > > > Perl, anyone? > > $$ > > Or if you've specified > > use English; > > you can use $$ or $PID > > > -- > Tony > |