Added work changes
This commit is contained in:
@@ -88,3 +88,8 @@ else
|
||||
echo "See Attached" | mail -s "File: ${efile}" -a ${efile} ${2}
|
||||
fi
|
||||
}
|
||||
|
||||
# simpler find for quick searches
|
||||
f() {
|
||||
find . -iname "*${1}*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user