OS UNIX Examples - FastLoad

Teradata® FastLoad Reference

Product
FastLoad
Release Number
16.20
Published
October 2018
Language
English (United States)
Last Update
2019-02-14
dita:mapPath
ybx1527114222321.ditamap
dita:ditavalPath
ft:empty
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.