On Wed, Nov 9, 2016 at 11:36 AM, Thomas Levine <[email protected]> wrote: > I want to keep track of some information about people, and I have an > idea of what I want the user interface to be like. Perhaps is there > already something close to what I want? > > I want to record the following information about each contact. > > * Name > * Phone number > * Email address > * Postal address
Put them all in one file. Choose a field separator and record separator. Use awk to do everything you want.
