Answers for "linux command to open a file"

3

open text file debian

vim RESULTS.txt
Posted by: Guest on May-28-2020
3

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 "linux command to open a file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language