2021-10-04 17:26:33 +05:30
|
|
|
# kwrite
|
|
|
|
|
|
|
|
> Text editor of the KDE Desktop project.
|
|
|
|
> See also `kate`.
|
2025-04-27 10:35:40 +03:00
|
|
|
> More information: <https://docs.kde.org/stable5/en/kate/kwrite/command-line-options.html>.
|
2021-10-04 17:26:33 +05:30
|
|
|
|
|
|
|
- Open a text file:
|
|
|
|
|
|
|
|
`kwrite {{path/to/file}}`
|
|
|
|
|
|
|
|
- Open multiple text files:
|
|
|
|
|
|
|
|
`kwrite {{file1 file2 ...}}`
|
|
|
|
|
|
|
|
- Open a text file with a specific encoding:
|
|
|
|
|
2025-04-27 10:35:40 +03:00
|
|
|
`kwrite --encoding {{UTF-8}} {{path/to/file}}`
|
2021-10-04 17:26:33 +05:30
|
|
|
|
|
|
|
- Open a text file and navigate to a specific line and column:
|
|
|
|
|
|
|
|
`kwrite --line {{line_number}} --column {{column_number}} {{path/to/file}}`
|