Differences
This shows you the differences between the selected revisions of the page.
2006-09-18 | 2006-10-18 | ||
tail (martin) | Searching for a File (martin) | ||
Line 48: | Line 48: | ||
cp /path/to/template.html "!?&New HTML file:?!" | cp /path/to/template.html "!?&New HTML file:?!" | ||
- | ===== [[tail]] Viewing end of a file (log) ===== | + | ===== [[tail]] Viewing End of a File (log) ===== |
tail "!" | tail "!" | ||
+ | |||
+ | Check custom command option //Show results in terminal//. | ||
+ | |||
+ | ===== Searching for a File ===== | ||
+ | |||
+ | find . -name "!?Search for files:?!" | ||
Check custom command option //Show results in terminal//. | Check custom command option //Show results in terminal//. |