When Konsole is started from the command-line, various options can be specified to modify it's behaviour
lists the various options
Set the name that appears in the titlebar
Start a login shell
Suppress the "Welcome to Konsole" message that normally appears in the titlebar
Disables the saving of lines that scroll off the top of the window
Starts a terminal window of CC Columns and LL lines
Execute <command> instead of shell
For instance:
bash$ konsole --vt_sz 90x25 --nohist |
starts a Konsole window with 90 columns and 25 rows, with no history
Konsole also accepts generic QT and KDE options:
Shows the author(s) names
Shows the version number
lists Qt-specific options
lists KDE-specific options
lists all options