
figlet
List of commands for figlet:
-
figlet:tldr:7e9df figlet: Use a custom font file.$ figlet ${input_text} -f ${path-to-font_file-flf}try on your machineexplain this command
-
figlet:tldr:81206 figlet: Pipe command output through FIGlet.$ ${command} | figlettry on your machineexplain this command
-
figlet:tldr:91713 figlet: Show available FIGlet fonts.$ showfigfonts ${optional_string_to_display}try on your machineexplain this command
-
figlet:tldr:b822f figlet: Generate by directly inputting text.$ figlet ${input_text}try on your machineexplain this command