First commit
Wrapper to exclude error messages
This commit is contained in:
parent
8786845fb2
commit
ca789a211b
1 changed files with 6 additions and 0 deletions
6
find+
Normal file
6
find+
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Wrapper for find command that always includes 2>/dev/null
|
||||
# Usage: find+ [normal find arguments]
|
||||
|
||||
find "$@" 2>/dev/null
|
Loading…
Add table
Reference in a new issue