#!/bin/sh
SIZE=`ls -l -d -G $1 | cut -b23-32`
echo -n $SIZE
