I am looking for a folder, but there are a lot of Permission denied messages. I want to filter these out by grepping the output. I tried this, informed by other questions:
find / -type d -name 'force_fields' | xargs grep 'force_fields'
However, I still get a flow of entries with Permission denied messages, making it impossible for me to filter out what I'm looking for.