Gary Armstrong

Results 2 issues of Gary Armstrong

I have Inspec tests in a git repo. In the root of the repo dir, I can run the current set of tests from local. ``` cinc-auditor exec --sudo -i...

I'm trying to do this: ``` xargs -0 -P $parallel -I {} sh -c "{ date '+START {} %Y-%m-%d_%H:%M:%S' >> $logf; \ bytes=$(diskus -v {}); \ echo "{},$bytes" >> $csvf;...