Changes between Version 15 and Version 16 of simple_client_user_guide_pl
- Timestamp:
- 03/09/12 00:08:36 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
simple_client_user_guide_pl
v15 v16 48 48 49 49 == Przykłady == 50 {{{ 51 #QCG name=date 52 #QCG application=date 53 #QCG candidate_host=reef.man.poznan.pl 54 #QCG output=output 55 }}} 56 57 {{{ 58 #!/bin/bash 59 60 #QCG queue=plgrid 61 #QCG persistant 62 #QCG name=tar 63 #QCG candidate_host=reef.man.poznan.pl 64 #QCG output=output 65 #QCG error=error 66 67 #QCG stage-in-dir=inputs > inputs 68 69 /bin/tar -czf output.tgz inputs/input.* 70 71 #QCG stage-out-file=output.tgz > output.tgz 72 }}} 50 73 = Planowane rozszerzenia: = 51 74 == Polecenia ==