Examples (5)
Open the terminal with a title of `Example`
xterm -T ExampleOpen the terminal in fullscreen mode
xterm -fullscreenOpen the terminal with a dark blue background and yellow foreground (font color)
xterm -bg darkblue -fg yellowOpen the terminal with 100 characters per line and 35 lines, in screen position x=200px, y=20px
xterm -geometry 100x35+200+20Open the terminal using a Serif font and a font size equal to 20
xterm -fa 'Serif' -fs 20made by @shridhargupta | data from tldr-pages