#!/bin/bash # Wrapper for find command that always includes 2>/dev/null # Usage: find+ [normal find arguments] find "$@" 2>/dev/null