Differences
This shows you the differences between the selected revisions of the page.
| 2017-02-16 | 2017-03-27 | ||
| Restored revision 1486633679. Undoing revision 1487254240. (martin) (hidden) | tail continuous (martin) | ||
| Line 105: | Line 105: | ||
| ===== [[tail]] Viewing End of a File (log) ===== | ===== [[tail]] Viewing End of a File (log) ===== | ||
| + | |||
| + | ==== In Console Window ==== | ||
| tail "!" | tail "!" | ||
| Line 113: | Line 115: | ||
| Check custom command option //Show results in terminal//. | Check custom command option //Show results in terminal//. | ||
| + | |||
| + | ==== Continuously in Separate Window ==== | ||
| + | |||
| + | cmd /C start "!/!" "%ProgramFiles%\PuTTY\plink.exe" -load "WinSCP temporary session" tail -f "!/!" | ||
| + | |||
| + | Check custom command options //Local command// and //Use remote files//. | ||
| ===== [[search_file]] Searching for a File ===== | ===== [[search_file]] Searching for a File ===== | ||