Trying to trap signal SIGXFSZ when applying ulimit -f in script my attempts:
script: #! /bin/bash function catch_SIGXFSZ { echo "caught!!" } e