sh scripting question

Jon Schneider freebsd at jschneider.net
Fri Oct 16 12:36:58 UTC 2020


The really robust methods use null separated file names such as from find … -print0 that can possibly be piped to xargs -0

For example

xargs -0 <null-seperated-filenameames.txt do something

Jon



More information about the freebsd-questions mailing list