function my-format ()
{
    echo file \"$DIR/$1\" permissions $($CMD $DIR/$1 | cut -f $FIELD -d "$DELIM")
    return 0
}
