2
Como posso usar a saída de um comando no cfengine3
Quero listar um conteúdo de diretório e usar o resultado em outro lugar: 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. }