[Konsole-devel] [Bug 131775] Possibility for I/O Redirection in Konsole
Robert Knight
robertknight at gmail.com
Sat Jan 5 22:21:21 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=131775
------- Additional Comments From robertknight gmail com 2008-01-05 23:21 -------
Why not tee the results of the command to a file and then just display the contents of the file, using any program which can display a text file.
eg.
ls | tee sometempfile | sort > "sortedfilelist.txt"
konsole -e cat sometempfile
Or replace konsole with kwrite or something else in that last line.
More information about the konsole-devel
mailing list