Added work changes

This commit is contained in:
2019-02-13 14:15:09 -05:00
parent 888292c190
commit 036e31fc5d
3 changed files with 75 additions and 0 deletions

View File

@@ -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}*"
}