summaryrefslogtreecommitdiffstats
path: root/tests/gnu/execdir_ulimit.sh
blob: e14e7169702449056113553dffaa32c3cd90f03f (plain)
1
2
ulimit -Sn 64
bfs_diff deep -type f -execdir bash -c 'printf "%d %s\n" $(ulimit -Sn) "$1"' bash {} \;