3.4.6. nv - create, set or remove non volatile (NV) variables¶
3.4.6.1. Usage¶
nv [-r] VAR[=VALUE] ...
3.4.6.2. Synopsis¶
Add a new non volatile (NV) variable named VAR, optionally set to VALUE. NV variables are persistent variables that overwrite the global variables of the same name. Their value is saved implicitly with ‘saveenv’ or explicitly with ‘nv -s’