8 lines
65 B
Plaintext
Executable File
8 lines
65 B
Plaintext
Executable File
get_VGs ()
|
|
{
|
|
# List all defined Volume Groups
|
|
|
|
lsvg | sort -r
|
|
}
|
|
|