I'm having an extremely hard time to read this can someone explain what it means, and what the difference between the two is ?
$> diff -U 3 user_output_test1 test1.output | cat -e
--- user_output_test1 2018-10-31 22:21:45.000000000 -0700$
+++ test1.output 2018-10-31 22:21:45.000000000 -0700$
@@ -9,8 +9,8 @@$
'-+2A' '0123456789ABCDEF'=0$
'+-2A' '0123456789ABCDEF'=0$
'++2A' '0123456789ABCDEF'=0$
-'2-A' '0123456789ABCDEF'=0$
-'+2-A' '0123456789ABCDEF'=0$
+'2-A' '0123456789ABCDEF'=2$
+'+2-A' '0123456789ABCDEF'=2$
'2a' '0123456789ABCDEF'=0$
'' '0123456789ABCDEF'=0$
'22' '2'=0$
Thanks.