in reply to print question
command in csh and how Linux uses the df command in csh. Something to do with the printf.
Here is the command that works on Linux:
df -h | grep /db2/$DB2DBDFT/sapdata | sed 's/%/ /g' [download]
Coworker came up with this solution....