Is there any way for listing file contents in a shell window, such that characters are printed from right to left rather than as usual from the left to the right? or such that the BIDI algorithm steers line direction as per the text present?
This is relevant when working with text files belonging to RTL languages (as well as mixed LTR RTL documents) where you want to grep and search a lot without loading into an editor... editors don't like huge files...
Something around cat could be nice :)
In fact maybe I'll write something that just reverses each line and pipes to cat if nothing known exists.
