OS UNIX Examples - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
16.10
Published
May 2017
Language
English (United States)
Last Update
2018-05-18
dita:mapPath
tjz1488824663315.ditamap
dita:ditavalPath
Audience_PDF_include.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.