#!/bin/bash
#
find * -maxdepth 0 -type f -name "*" -exec stat -c %n" "chmod=%a {} +
#
