initial commit
This commit is contained in:
9
chapter23/function_get_paging_space
Executable file
9
chapter23/function_get_paging_space
Executable file
@@ -0,0 +1,9 @@
|
||||
get_paging_space ()
|
||||
{
|
||||
# List the paging space definitions and usage
|
||||
|
||||
lsps -a
|
||||
echo "\n"
|
||||
lsps -s
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user