Centering is easy: figlet -w $(tput cols) -c hello. the -c mean center; the -w num sets the line width for the figlet; the tput cols returns ...
確定! 回上一頁