Running programs on Dozer

Home

Syntax:

<path> exec_code arg1 arg2

OR

./exec_code arg1 arg2

where,

arg1, arg2, arg3…: program arguments

Example:


/home/john/csc5551/cge 8 1

OR

./cge 8 1

This command executes the cge program on dozer, where arg1 is 8 and arg2 is 1.