I have a file with thousands of lines marked as follows:
{3203}
{1293}
{} XII
{x}
{VII}
etc...
I need to remove the brackets around the numbers , but not the letters (Roman numerals), so essentially it will look like
3203
1293
{} XII
{x}
{VII}
etc..
I would put what I tested so far, but I'm not particularly close to having any part of the sed statement be correct.
source share