For sending email with two behaviors:
Send an email, it can consume objects from the pipe by attaching them to a mail.
mail -s foo f...@bar.com
# use case: send a screenshot of thread top to the admin
thread top | raster | mail -s "thread top" ad...@foo.com
A filter command that creates an image from the pipe, it consumes Chunk objects for rendering them.
thread top | raster
Print big text with a figlet font.
banner -f myfont "HELLO"
Declare a completer using the java.util.ServiceLoader bootstrap mechanism
Good idea !--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes CRaSH User Group.
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse crash-users...@googlegroups.com.
Pour plus d'options, visitez le site https://groups.google.com/groups/opt_out .