OS | UNIX Examples | Teradata FastLoad - OS UNIX Examples - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
17.10
Published
June 2021
Language
English (United States)
Last Update
2021-07-01
dita:mapPath
ruk1608578422758.ditamap
dita:ditavalPath
vax1619194969834.ditaval
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

The following table lists examples of OS command used on a UNIX client system.

OS Command Examples on a UNIX Client System 
Command Example
ls The following command example lists the files in a directory on the UNIX operating system and then returns to Teradata FastLoad:
  OS ls ;
exec sh The following command example accesses the UNIX shell:
  OS exec sh ;

Then, at the client system prompt, enter other UNIX commands, such as:

  $ pg myfile.one
  $ cp oldfile newfile
  $ cd draft

Press CTRL + D to exit the UNIX environment and return to Teradata FastLoad.