10 lines
98 B
Plaintext
Executable File
10 lines
98 B
Plaintext
Executable File
get_paging_space ()
|
|
{
|
|
# List the paging space definitions and usage
|
|
|
|
lsps -a
|
|
echo "\n"
|
|
lsps -s
|
|
}
|
|
|