#!/bin/sh # Find all CIP users that may have a wwwcip page # inspired by https://wwwcip.cs.fau.de/~wa28ziqo/cipusers/list.sh find /home/cip/20* -maxdepth 1 -type d -exec sh -c 'getfacl -p "$1" | grep -q user:www' shell {} \; -print