Bash: Suppress warnings in f alias.
This commit is contained in:
parent
ed9060cbc0
commit
1641f06de8
@ -10,7 +10,7 @@ function md() {
|
|||||||
|
|
||||||
# Find shorthand
|
# Find shorthand
|
||||||
function f() {
|
function f() {
|
||||||
find . -name "$1"
|
find . -name "$1" 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
# Get gzipped file size
|
# Get gzipped file size
|
||||||
|
Loading…
Reference in New Issue
Block a user