This shows you the differences between two versions of the page.
|
wettstein:linuxcommands [2009-08-24 22:12] frank.wettstein |
wettstein:linuxcommands [2009-11-03 23:11] (current) frank.wettstein |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| tail -f xxx_access_log.2009-03-18.txt | grep -v "BigIP\|pullData" | tail -f xxx_access_log.2009-03-18.txt | grep -v "BigIP\|pullData" | ||
| </code> | </code> | ||
| + | |||
| + | Compare local file with file from foreign host | ||
| + | <code>ssh user@host cat /path/to/remotefile | diff /path/to/localfile -</code> | ||
| = File processing = | = File processing = | ||