===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
go-cve-dictionary-0.3.1/README.md-71-```bash
go-cve-dictionary-0.3.1/README.md:72:$ for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
go-cve-dictionary-0.3.1/README.md-73-... snip ...
##############################################
go-cve-dictionary-0.3.1/README.md-267-For the first time, run the blow command to fetch data for entire period. (It takes about 10 minutes)
go-cve-dictionary-0.3.1/README.md:268:   $ for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
go-cve-dictionary-0.3.1/README.md-269-
##############################################
go-cve-dictionary-0.3.1/README.md-299-    ```bash
go-cve-dictionary-0.3.1/README.md:300:    for i in `seq 2002 $(date +"%Y")`; do go-cve-dictionary fetchnvd -years $i; done
go-cve-dictionary-0.3.1/README.md-301-    ```
##############################################
go-cve-dictionary-0.3.1/README.md-368-    ```bash
go-cve-dictionary-0.3.1/README.md:369:    for i in `seq 1998 $(date +"%Y")`; do go-cve-dictionary fetchjvn -years $i; done
go-cve-dictionary-0.3.1/README.md-370-    ```
##############################################
go-cve-dictionary-0.3.1/commands/fetchnvd.go-64-For the first time, run the blow command to fetch data for entire period. (It takes about 10 minutes)
go-cve-dictionary-0.3.1/commands/fetchnvd.go:65:   $ for i in ` + "`seq 2002 $(date +\"%Y\")`;" + ` do go-cve-dictionary fetchnvd -years $i; done
go-cve-dictionary-0.3.1/commands/fetchnvd.go-66-
##############################################
go-cve-dictionary-0.3.1/commands/server.go-113-		log.Infof("")
go-cve-dictionary-0.3.1/commands/server.go:114:		log.Infof(" for i in `seq 2002 $(date +\"%%Y\")`; do go-cve-dictionary fetchnvd -years $i ; done")
go-cve-dictionary-0.3.1/commands/server.go-115-		log.Infof("")