Table of Contents

Interactive Programming - Command

About

A function can be called in a command format 1)

A command for a cli interpreter is the equivalent of a expression (statement) that returns as value an exit code.

OS

See Process - Command (Command line)

Format

The first word generally specifies:

commandName arg1 arg2 .... arg3