Is there a Bash environment variable (say $CLIPBOARD or similar) that contains the current contents of the clipboard?
$CLIPBOARD
The specific example is to see the top
No, there isn't a bash environment variable. For your platform (which you don't specify) you may be able to use a command line tool like xclip or one of the many Windows utilities (google for "windows clipboard command line").