Comment 9 for bug 317161

Revision history for this message
Iuri Diniz (iuridiniz) wrote :

oops, the correct command to get actual used size of /dev is
df -m /dev | egrep '/dev$' | sed 's/ */ /g'| cut -d ' ' -f 2

one more space on sed