For example, I know from documentation such as
http://stat.ethz.ch/R-manual/R-devel/library/base/html/regex.html
that
[:punct:]
includes
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~.
but I would like to check from the command line (in my case, of R, but probably similar in bash etc.), and also list out [:alpha:] etc.