In Ubuntu and other Linux-based systems, you can use a variety of command-line tools to create ASCII text banners directly in the terminal. One popular tool for this purpose is `figlet`. To use `figlet`, you first need to install it: sudo apt install figlet . Then you can create ASCII text banners by simply typing: figlet DHATCHAN. The output will be shown as DHATCHAN in larger font.
コメント