2
Come posso usare l'output di un comando in cfengine3
Voglio elencare il contenuto di una directory e utilizzare il risultato altrove: bundle agent test { commands: "ls /tmp/test/"; reports: ubuntu:: "print output here for example"; # or add it to a variable which is how I really want to use it. }