Answers for "open file in command line 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 from terminal

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

Code answers related to "open file in command line linux"

Code answers related to "C"

Browse Popular Code Answers by Language