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

Teradata® FastLoad Reference - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
FastLoad
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-17
dita:mapPath
dlf1641281592734.ditamap
dita:ditavalPath
vax1619194969834.ditaval
dita:id
wzs1478610185776
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.