mvclrtoeol



function mvclrtoeol
{
    move "${1}" "${2}" &&
      clrtoeol
    return ${?}
}