Lister: Edit menu:
Copy as text: Copies the text selected with the mouse to the clipboard. All end of string signs (#0) are converted to blanks (#32). Shortcut: CTRL+C.
Select all Selects the whole file for copying to the clipboard. Shortcut: CTRL+A.
Find: Allows you to search for a string from the current position forward. The option "whole words only" allows you to search for words but not parts of words ('man' will only find 'man', but not 'manager'). the option "Case sensitive" respects the case of the specified words. "Search hex string" allows you to enter the search text as Hex, e.g. 00 FF 12, or in mixed mode, like "PK"0102. A search can also be started by pressing F7. If a string is found, lister scrolls to the line where it is found and shows the string inverted.
Special characters when searching:
\t Tabstop
\n Newline
\\ Single Backslash
Find next: Continues a search. The current search string is stored both in Total Commander and in Lister for future searches. Key: F5, F3 or SHIFT+F7. Ctrl+F3 and Ctrl+F5 reverse the search direction. Shift+F3 and Shift+F5 always search backwards.