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