Drawing Line Breaks in the Linux Shell Part 4 Emojis

preview_player
Показать описание


Рекомендации по теме
Комментарии
Автор

Define the line once and then echo. This works in termux. Haven't tried it in Arch yet.
printf -v line '=%.0s' $(seq 1 $COLUMNS)
echo $line
printf -v line '👹%.0s' $(seq 1 $((COLUMNS/2)))
echo $line

PestisNonSapien_GMO_exHuman
visit shbcf.ru