Tema
Koliko stupaca / znakova ima trenutačno otvoren terminal/konzola.
powershell.ps1
Write-Host $Host.UI.RawUI.WindowSize.Width
bash.sh
echo $COLUMNS
python.py
from shutil import get_terminal_size sirina=get_terminal_size()[0] visina=get_terminal_size()[1]
pwsh powershell console columns characters terminal xpwsh xpowershell xconsole xcolumns xcharacters xterminal bash xbash shell xshell width xwidth height xheight size xsize

