# Recutils bash integration # https://www.gnu.org/software/recutils/ # enable shared library --- add other possible locations here for lib in /usr/lib/recutils/bash-builtins/readrec.so ; do if [ -f "$lib" ]; then enable -f "$lib" readrec break fi done