Figlet: Difference between revisions

From 탱이의 잡동사니
Jump to navigation Jump to search
(Created page with "== Overview == Figlet 명령어 사용법 정리 == Basic == 배너를 만들어주는 명령어이다. banner 명령어와는 달리 조금 더 예쁘게 그려준다. <pre>...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Basic ==
== Basic ==
배너를 만들어주는 명령어이다. banner 명령어와는 달리 조금 더 예쁘게 그려준다.
FIGlet 은 Frank, Ian and Glenn's LETters 의 약자라고 한다. Frank 의 아이디어에서 Glenn 이 다듬고 Ian 이 도움을 주었단다.
<pre>
ORIGIN
      ``FIGlet'' stands for ``Frank, Ian and Glenn's LETters''.  Inspired by Frank's .sig, Glenn wrote (most of) it, and Ian helped.
</pre>
 
기본적으로 배너를 만들어주는 명령어이다. banner 명령어와는 달리 조금 더 예쁘게 그려준다.
<pre>
<pre>
$ figlet hi
$ figlet hi
Line 12: Line 18:
|_| |_|_|
|_| |_|_|


$ figlet Hello world\!
_  _      _ _                            _    _ _
| | | | ___| | | ___  __      _____  _ __| | __| | |
| |_| |/ _ \ | |/ _ \  \ \ /\ / / _ \| '__| |/ _` | |
|  _  |  __/ | | (_) |  \ V  V / (_) | |  | | (_| |_|
|_| |_|\___|_|_|\___/    \_/\_/ \___/|_|  |_|\__,_(_)
                                                   
</pre>
</pre>


Line 17: 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:linux]]
[[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