Answers for "how to open a file from terminal linux"

C
4

linux command to open a file

sudo apt install vim
vim filename
Posted by: Guest on June-06-2020
0

how to open file in linux

xdg-open <filename>
Posted by: Guest on June-06-2020
1

open a file in linux

cat <filename>
Posted by: Guest on November-26-2020
1

open a file in from terminal

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

Code answers related to "how to open a file from terminal linux"

Code answers related to "C"

Browse Popular Code Answers by Language