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