Answers for "how can i open a file in the terminal"

C
3

how to open a file using terminal and exit terminal

xdg-open <path/file_name>
Posted by: Guest on April-27-2021
1

open a file in from terminal

cat <path/your_file>
Posted by: Guest on July-22-2020

Code answers related to "how can i open a file in the terminal"

Code answers related to "C"

Browse Popular Code Answers by Language