14,970
edits
| Line 124: | Line 124: | ||
=== 終端機命令列縮寫指令 + GUI 視窗操作 === | === 終端機命令列縮寫指令 + GUI 視窗操作 === | ||
Example 1: | Example 1: Opening a Text File with [https://en.wikipedia.org/wiki/Gedit Gedit] on Linux via Terminal | ||
1. First, ensure gedit is installed on your system | |||
* If needed, install gedit using your distribution's package manager. On Debian | |||
* Type the following commands: | |||
<pre> | |||
sudo apt update | |||
sudo apt install gedit | |||
</pre> | |||
2. Launch your terminal | |||
3. Type the following command: | |||
<pre> | |||
gedit /path/to/text-file | |||
</pre> | |||
Example 2: To open the text file with Sublime for {{Mac}} from console | Example 2: To open the text file with Sublime for {{Mac}} from console | ||