Needing to compare two text files, I naturally thought to use fc and then I discovered that on ubuntu it is diff that would be the command. man fc indicates that the manual has no fc.
Strangely when I use 'fc' I end up in a GNU nano window and the text in the nano editor is "man fc" which is a recently issued command. Why is this happening?