Cover V05, I03
Article
Listing 1
Listing 2
Listing 3
Listing 4
Listing 5
Listing 6
Listing 7

mar96.tar


Listing 4: can.sh

#!/bin/sh
#######################################################
#
# can.sh - cancel print jobs (System V printing)
#
#######################################################

clear

echo "\nEnter the print jobs to cancel and return:"
read PJOBS

cancel $PJOBS

sleep 3

# End of File