| | 126 | pssh -h ips.txt -l orbit_pkamat ls -all -o o |
| | 127 | |
| | 128 | ips.txt contains |
| | 129 | pli1-pa-3.hpl.hp.com |
| | 130 | pli1-pa-4.hpl.hp.com |
| | 131 | pli1-pa-5.hpl.hp.com |
| | 132 | |
| | 133 | After the command was executed, the outpt was |
| | 134 | Error on pli1-pa-5.hpl.hp.com |
| | 135 | Success on pli1-pa-3.hpl.hp.com |
| | 136 | Success on pli1-pa-4.hpl.hp.com |
| | 137 | |
| | 138 | and the directory 'o' was created with 3 files namely pli1-pa-3.hpl.hp.com,pli1-pa-4.hpl.hp.com and pli1-pa-5.hpl.hp.com. |
| | 139 | |
| | 140 | The files pli1-pa-3.hpl.hp.com and pli1-pa-4.hpl.hp.com contained |
| | 141 | index.html inc.avi |
| | 142 | |
| | 143 | but the file pli1-pa-5.hpl.hp.com was empty. |
| | 144 | |