Changes between Version 11 and Version 12 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:21:45 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v11 v12 94 94 === Command: orbitGetFileMerged === 95 95 96 This command is primarily used to gather up log files and merge them into a single file on the console for processing. For example, if your application on each node generates a file call 'logfile.csv' then you would use the following command to agregate all those files into a single file on the console for further analysis. 97 98 {{{ 99 joeuser@console.sb1:~$ ./orbitGetFileMerged nodeset logfile.csv mergedLogFile.csv 100 }}} 101 102 === Command: orbitCmd and orbitCmdSeq === 103