[pca] Generate List
Martin Paul
martin at par.univie.ac.at
Wed Mar 11 10:26:55 CET 2009
Ben Taylor wrote:
> ./pca -l all 2>&1 | egrep -v "NOT FOUND IN CROSS REFERENCE
> FILE|^Using|^Host|^List|^Patch|^------" | awk '{ printf "%s-%s\n", $1,
> $4 }' > host-patchlist.txt
>
> will generate the list of patches using the patchdiag.xref on the system you
> want to replicate. (there may be an option to not print the verbose
> headers, didn't see it)
There is :) Try:
./pca -l all --noheader --format '%p-%c' > host-patchlist.txt
Martin.
More information about the pca
mailing list