===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
heudiconv-0.5.4/docs/usage.rst-57-    # find all DICOM directories that start with "voice"
heudiconv-0.5.4/docs/usage.rst:58:    DCMDIRS=(`find ${DCMROOT} -maxdepth 1 -name voice* -type d`)
heudiconv-0.5.4/docs/usage.rst-59-
heudiconv-0.5.4/docs/usage.rst-60-    # submit to another script as a job array on SLURM
heudiconv-0.5.4/docs/usage.rst:61:    sbatch --array=0-`expr ${#DCMDIRS[@]} - 1` run_heudiconv.sh ${OUTPUT} ${DCMDIRS[@]}
heudiconv-0.5.4/docs/usage.rst-62-