logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

update-nut - create or upgrade NUT database

Author

Copying

       Copyright  (C)  1996-2016  by  Jim  Jozwiak.   This  manual  page  was   written   by   Étienne   Mollier
       <etienne.mollier@mailoo.org> for the Debian distribution.

                                                   2020.11.04                                      update-nut(1)

Description

       Download    the    full    ascii    version    of    the   USDA   Nutrient   Database,   available   from
       http://www.ars.usda.gov/nutrientdata or from http://nut.sourceforge.net, and unzip it in some directory.

       Then, run "update-nut" to create or upgrade the NUT code in the SQLite database that runs the application
       in the same directory as the USDA Nutrient Database.  If upgrading, you have to be in the same  directory
       as the "nut.db" file.  After this step, "update-nut" is not required for anything.  Updating the NUT code
       with  "update-nut"  is  independent of updating the USDA database, although it is certainly possible that
       the USDA could change the format of their tables, so that  a  later  version  of  "update-nut"  would  be
       required  in  order  to  read their tables or display new nutrients.  The main idea is that your personal
       data is permanent, even though the application code and USDA tables can change as necessary.

Files

       nut.db        All personal data, the USDA Nutrient Database, and Tcl scripts
       nut.db-shm    Database shared memory area
       nut.db-wal    Database write-ahead log
       update-nut    Tcl script to create or update the NUT code in the database
       nut           Tcl script to start the NUTsqlite program

Name

update-nut - create or upgrade NUT database

Synopsis

update-nut

See Also