fs.appendFile(UNIQUE, lines.join('\n') + '\n', function (err, data) {
        if (err) {
          console.log(err);
          return;
        }