On Wed, 14 Feb 2024, wes wrote:
you can exclude lines containing a given value with grep. grep -v Inactive input.txt this could cause problems if one of the other fields contained the word Inactive but it's a start.
wes, That's a good idea. As I just responded to Reid, without printing the first record (the column headers) the script works. That doesn't make sense to me. Thanks, Rich
