! Command

The ! command allows you to execute a single UNIX command from within SFT.

Syntax

! Command

Syntax Elements

Command This is any valid UNIX command.

Example 1

sft> !cat fred/ITEM01
Northgate Public Services
Boundary Way
Hemel Hempstead
sft >

Example 2

sft> !ls -l fred
total 2
-rw-r--r-- 1 fred other 65 Oct 3 17:01 ITEM01
-rw-r--r-- 1 fred other 56 Oct 3 12:37 ITEM02
sft>