my_function(){
...
}
export -f my_function
find | xargs my_function
1: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V...
2: https://stackoverflow.com/a/67780632/1149404
my_function(){
...
}
export -f my_function
find | xargs my_function