open file in windows terminal code example
Example 1: how to open a file using terminal
gedit <path/your_file>
Example 2: how to open a file using terminal
open ~/Desktop/filename.txt
gedit <path/your_file>
open ~/Desktop/filename.txt