function mtimea() { if [ $# -gt 1 ]; then touch -r "${1}" "${2}" else echo "${FUNCNAME} " fi }