Bash: Suppress warnings in f alias.

This commit is contained in:
Artem Sapegin 2012-12-26 10:09:35 +04:00
parent ed9060cbc0
commit 1641f06de8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function md() {
# Find shorthand
function f() {
find . -name "$1"
find . -name "$1" 2>/dev/null
}
# Get gzipped file size