I use diff to show differences in two files.
I want to show Line number in the result of the source into the output.
Example :
File A.csv
1 Test
2 Essai
3 Same
File B.csv
1 Appli
2 Essai
3 Another
**Diff result**
diff A.csv B.csv
1 Test | Appli
3 Same | Another