Options (5)
-n, --newbooleanCreate a new editor instance even if one is already open
Example:
kate {{[-n|--new]}}-l, --linebooleanOpen a file with the cursor at the specific line
Example:
kate {{[-l|--line]}} {{line_number}} {{path/to/file}}-c, --columnbooleanOpen a file with the cursor at the specific line and column
Example:
kate {{[-l|--line]}} {{line_number}} {{[-c|--column]}} {{column_number}} {{path/to/file}}-i, --stdinbooleanCreate a file from `stdin`
Example:
cat {{path/to/file}} | kate {{[-i|--stdin]}}-h, --helpbooleanDisplay help
Example:
kate {{[-h|--help]}}Examples (7)
Open specific files
kate path/to/file1 path/to/file2 ...Open specific remote files
kate https://example.com/path/to/file1 https://example.com/path/to/file2 ...Create a new editor instance even if one is already open
kate [-n|--new]Open a file with the cursor at the specific line
kate [-l|--line] line_number path/to/fileOpen a file with the cursor at the specific line and column
kate [-l|--line] line_number [-c|--column] column_number path/to/fileDisplay help
kate [-h|--help]made by @shridhargupta | data from tldr-pages