Converting any text into the ASCII art in linux.

Harshit Kumar
Jul 16, 2023

--

To convert any text into the ASCII art, we can use the figlet command for that.

first of all, install the figlet command by configuring the epel repository.

Then use the command as :- figlet <TEXT>

--

--