"r...@om-gta02 ~ $ df /
Filesystem           1K-blocks      Used Available Use% Mounted on
"

"r...@om-gta02 ~ $ df / | tr -s ' '
Filesystem 1K-blocks Used Available Use% Mounted on
"
"r...@om-gta02 ~ $ df / | tr -s ' ' | cut -d \  -f5 -s
Use%
"

I think the problem ist "/" because

"r...@om-gta02 ~ $ df  | tr -s ' ' | cut -d \  -f5 -s | tail -n +2
44%
0%
0%
70%
1%
"



On Tue, Mar 3, 2009 at 15:04, Richy <klemms...@gmail.com> wrote:

> The output is "" -- Nothing.
>
>
>
> On Tue, Mar 3, 2009 at 12:58, Carlo Minucci <ge...@napodano.com> wrote:
>>
>>
>> mhh
>>
>> now i don't have shr on my phone
>> but try to open a terminal on the phone e launch this command:
>>
>>
>> df / | tr -s ' ' | cut -d \  -f5 -s | tail -n +2
>>
>>
>> and past me the output. i think the problem is here
>>
>> _______________________________________________
>> Openmoko community mailing list
>> community@lists.openmoko.org
>> http://lists.openmoko.org/mailman/listinfo/community
>>
>
>
_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to