Experimente:
cut -d= -f1
compare:
CD > cut -d= -f1 file1.txt
ERROR_NOT_SUPPORTED_ARCH_MSG
ERROR_NOT_SUPPORTED_OS_V_MSG
CD > cut -f1 file1.txt
ERROR_NOT_SUPPORTED_ARCH_MSG='ERROR: Unknown arch'
ERROR_NOT_SUPPORTED_OS_V_MSG='ERROR: Not supported os version'
-
-d=
use=
como delimitador