diff --git a/pages/linux/figlet.md b/pages/linux/figlet.md new file mode 100644 index 000000000..a13552aa0 --- /dev/null +++ b/pages/linux/figlet.md @@ -0,0 +1,15 @@ +# figlet + +> Generate ASCII banners from user input. + +- Generate by directly inputting text: + +`figlet {{input_text}}` + +- Use a custom font file: + +`figlet {{input_text}} -f {{font_file_name}}` + +- Pipe command output through figlet: + +`{{command}} | figlet`