cat

Using the cat command in UNIX, a file can be displayed with the line number of each line preceding the line.

cat -n filename

find

find . -not -path "*.svn*" or find . -not -path "*.svn*" -name "functions*"

cron

Using cron in UNIX.

crontab -e