#!/bin/sh -
echo "tracing to file $1"
tcpdump -i fxp0 -w $1 'host ee.lbl.gov and port ftp-data'


syntax highlighted by Code2HTML, v. 0.9.1