UNIX PID of julia process

Does anyone know of an easy way to get the process ID of the current julia process running on UNIX?

2 Likes
julia> getpid()
26463
5 Likes

Thanks!