kuru
Who the heck is Stephan Kramer?
Okay I came up with this
Edit: Typo
I also expected the whitespaces from df to be tabs, took me a while^^
Code:
df | grep "MYGAME" | awk -F"\ +" 'NR==1{print $3}'
I also expected the whitespaces from df to be tabs, took me a while^^