in reply to print question

Problem SOLVED!!! Evidently there is a difference in how Unix uses the df

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'

Coworker came up with this solution....