Figlet: Difference between revisions
Jump to navigation
Jump to search
(→Basic) |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 18: | Line 18: | ||
|_| |_|_| | |_| |_|_| | ||
$ figlet Hello world\! | |||
_ _ _ _ _ _ _ | |||
| | | | ___| | | ___ __ _____ _ __| | __| | | | |||
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | | | |||
| _ | __/ | | (_) | \ V V / (_) | | | | (_| |_| | |||
|_| |_|\___|_|_|\___/ \_/\_/ \___/|_| |_|\__,_(_) | |||
</pre> | </pre> | ||
Line 23: | Line 30: | ||
* http://askubuntu.com/questions/282715/how-can-i-make-ascii-banners-from-the-command-line - How can I make ascii-banners from the command line? | * http://askubuntu.com/questions/282715/how-can-i-make-ascii-banners-from-the-command-line - How can I make ascii-banners from the command line? | ||
[[category: | [[category:command/utility]] |
Latest revision as of 13:36, 27 July 2016
Overview
Figlet 명령어 사용법 정리
Basic
FIGlet 은 Frank, Ian and Glenn's LETters 의 약자라고 한다. Frank 의 아이디어에서 Glenn 이 다듬고 Ian 이 도움을 주었단다.
ORIGIN ``FIGlet'' stands for ``Frank, Ian and Glenn's LETters''. Inspired by Frank's .sig, Glenn wrote (most of) it, and Ian helped.
기본적으로 배너를 만들어주는 명령어이다. banner 명령어와는 달리 조금 더 예쁘게 그려준다.
$ figlet hi _ _ | |__ (_) | '_ \| | | | | | | |_| |_|_| $ figlet Hello world\! _ _ _ _ _ _ _ | | | | ___| | | ___ __ _____ _ __| | __| | | | |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | | | _ | __/ | | (_) | \ V V / (_) | | | | (_| |_| |_| |_|\___|_|_|\___/ \_/\_/ \___/|_| |_|\__,_(_)
See also
- http://askubuntu.com/questions/282715/how-can-i-make-ascii-banners-from-the-command-line - How can I make ascii-banners from the command line?