Files
mastering-unix-ss/chapter23/function_get_ML_for_AIX
Fabio Scotto di Santolo 4cc88d2f6e initial commit
2020-07-28 19:28:25 +02:00

8 lines
104 B
Plaintext
Executable File

get_ML_for_AIX ()
{
# Query the system for the maintenance level patch set
instfix -i | grep AIX_ML
}