The LIST FILE command displays the contents of a currently accessible file.
ISQL only.
LI[ST] F[ILE] FileName
identifies the file to be displayed, most likely a command file. Name qualification follows HP-UX conventions:
[PathName/]FileName
Unless you specify an absolute path name, ISQL assumes that any path name you specify is relative to your current working directory.
In prompting mode, ISQL prompts you for an option as follows:
isql=> LIST; Option (s[et], f[ile], i[nstall], or h[istory])> FILE; File name> FileName
As many as 80 bytes per line are listed.
isql=> LIST FILE Daily; --------------------------- | Daily | --------------------------- UPDATE STATISTICS FOR TABLE PurchDB.OrderItems; UPDATE STATISTICS FOR TABLE PurchDB.Orders; isql=>