Removal of first line in text file using unix script

I have a script which creates text file whose content is as below and this file gets automatically created by putting the output of some 'find' command into this text file :
/home/emilly
/home/emilly/abc.dat
/home/emilly/cds.txt
i want to add the piece of code in the same script which removes the first line from the file i.e. /home/emilly only.
Please suggest some useful command.
