
mate
List of commands for mate:
-
mate:tldr:3c537 mate: Specify the filetype of a file.$ mate --type ${filetype} ${filename}try on your machineexplain this command
-
mate:tldr:bc789 mate: Open specific files.$ mate ${filename1 filename2 ---}try on your machineexplain this command
-
mate:tldr:d248d mate: Open a file with the cursor at a specific line and column.$ mate --line ${line_number}:${column_number} ${filename}try on your machineexplain this command
-
mate:tldr:e9f11 mate: Open and wait until finished editing a specific file.$ mate --wait ${filename}try on your machineexplain this command