Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi
I think Ive found where the problem lies : MS_diskspace() { ( if test -d /usr/xpg4/bin; then PATH=/usr/xpg4/bin:$PATH fi df -kP "$1" | tail -1 | awk '{print $4}' ) } Shouldnt the ( be { and the ) be } ? Cheers Michael