Sun Studio 12 Update 1: Debugging a Program With dbx

source Command

The source command executes commands from a given file. It is valid only in native mode.

Syntax

source file_name

Execute commands from file file_name. $PATH is not searched.