initial commit
This commit is contained in:
9
chapter25/function_AIX_classic_printing
Executable file
9
chapter25/function_AIX_classic_printing
Executable file
@@ -0,0 +1,9 @@
|
||||
function AIX_classic_printing
|
||||
{
|
||||
for Q in $( enq -AW | tail +3 | grep DOWN | awk '{print $1}')
|
||||
do
|
||||
enable $Q
|
||||
(( $? == 0 )) || echo "\n$Q print queue FAILED to enable.\n"
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user