#! /usr/bin/env bash

# Find numbers that have been entered as a string in .sc file $1

grep 'string [A-Z]*[0-9]* = "[0-9]*"' $1
