[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] less problem
It still reamains a mystery for me why "less" always worked in the past,
and is giving trouble now. But I have found a way to be able to use less
properly nevertheless.
For this purpose I added the line "*) cat $1 ;;" in the file
/usr/bin/lesspipe.sh. It should be the very last line in the case....esac
part of the script.
cat $1 ;;
esac
}
This does the trick for me.
Is this a "legal" fix, or just a dirty temporary workaround ?
Martin Tarenskeen