Sun Studio 12 Update 1: Debugging a Program With dbx

file Command

The file command lists or changes the current file. It has identical syntax and identical functionality in native mode and in Java mode.

Syntax

file

Print the name of the current file.

file file_name

Change the current file.

where:

file_name is the name of a file.