Requirements to integrate facebook with your old contact list

  • Apple , Linux or Unix  a group of friends willing to use their name to market themselves
  • A list, volunteer with local organizations
  • Volunteers
  • Excel or Open Office Equivalent

How?

Open terminal.  Change to directory what list is located.

Type into terminal:

cd /list_directory_name

Return

Type into terminal:

split -l 100 listnamelist.txt && for e in *; do mv “$e” “`echo $e | sed -e ’s/\ /_/g’`.csv”; done

Return