Toutes les traductions
De MappingDoc
Entrez un nom de message ci-dessous pour visualiser toutes les traductions disponibles.
Il existe 2 traductions.
Nom | Message actuel |
---|---|
h anglais (en) | Example of a script to stop all the robots: export MAPPING_PATH=/apps/mapping/conf/mapping.conf LISTROBOT=`/apps/mapping/bin/map_scanfolder -listRobot | awk ' { print $2 } '` for ROBOT in $LISTROBOT do /apps/mapping/bin/map_scanfolder -stop -name:${ROBOT} done |
h français (fr) | Exemple de script pour arrêter tous les robots : export MAPPING_PATH=/apps/mapping/conf/mapping.conf LISTROBOT=`/apps/mapping/bin/map_scanfolder -listRobot | awk ' { print $2 } '` for ROBOT in $LISTROBOT do /apps/mapping/bin/map_scanfolder -stop -name:${ROBOT} done |