Run
type caller
and you will see it is a shell built-in. Running
help caller
will show its function, reported as well in bash's manual page. Briefly
> `Return the context of the current subroutine call.`
Run
type caller
and you will see it is a shell built-in. Running
help caller
will show its function, reported as well in bash's manual page. Briefly
> `Return the context of the current subroutine call.`