UNIX Examples - FastLoad

Teradata FastLoad Reference

Product
FastLoad
Release Number
15.10
Language
English (United States)
Last Update
2018-10-07
dita:id
B035-2411
lifecycle
previous
Product Category
Teradata Tools and Utilities

UNIX Examples

Table 43 lists examples of OS command used on a UNIX client system.

 

Table 43: 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.