Files
interactive/fhs/fimngd/fdcnt.sh
2026-08-07 17:38:18 +09:00

2 lines
63 B
Bash

#!/bin/sh
fstat -u nobody -n $1 | sort | uniq | grep $1 | wc -l