hello,
To obtain the size avaible on the hard disk i use this :
and i obtain that
how can i do to have just the numeric value of the avaible space : 221614 ??
It's possible ?
thanks
To obtain the size avaible on the hard disk i use this :
Code:
df -k .
and i obtain that
Filesystem 1K-blocks Used Available Use% Mounted on
/prof/root/home 324258 294614 221614 59% /home
how can i do to have just the numeric value of the avaible space : 221614 ??
It's possible ?
thanks