dots


dots / config / .local / bin
xxwhirlpool  ·  2026-03-21

perms

 1#!/usr/bin/env bash
 2
 3if [[ $# -eq 0 ]]; then
 4	echo "Usage: perms [FILENAME]"
 5	exit 1
 6fi
 7
 8permfile="$1"
 9
10stat -c "%a - %n" "$permfile"