Working with Conductor Script
Command | Arguments | Function |
|
|
|
CopyFile | file1_name | Copy a specified file in the local file system. |
| file2_name [r] |
|
Cp | file1_name | Copy a specified file in the local file system. |
| file2_name [r] |
|
Directory | directory_name List the files in a directory. | |
Duplicate | file1_name | Copy a specified file in the local file system. |
| file2_name [r] |
|
ExecCmd opsys_cmd [bg_flag] [in_file] [out_file] [err_file]
Execute the specified operating system command.
ExecLocal | opsys_cmd | Execute the specified operating system |
|
| command (for path names in opsys_cmd that |
|
| use local format). |
ExecPortable | opsys_cmd | Execute the specified operating system |
|
| command (for path names in opsys_cmd that |
|
| use portable format) |
ListFile | ListFile | Lists the contents of the specified file onto |
|
| standard output. |
ListFiles | directory_name | List the files in a directory. |
Ls | directory_name | List the files in a directory. |
MkDir | directory_name | Make a new directory. |
Mv | old_file_name | Rename a specified file in the local file system. |
| new_file_name |
|
Pwd | Display the name of the current working | |
|
| directory. |
ReadIntoFile | file_name | Read subsequent lines and write them to the |
| [term_str] | specified file until the terminating string is |
|
| encountered. |
Rm | file_name | Remove a specified file in the local file system. |
SetDefault | directory_name | Change the current working directory. |
WhichFile | file_name | Find the specified file in the current directory |
|
| search path. |
|
|
|