Answers for "linux open txt file"

C
2

linux read text file command line

cat filename.txt
Posted by: Guest on October-14-2021
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
0

txt file open command linux

### you can use
less filename.txt
Posted by: Guest on November-10-2021

Code answers related to "C"

Browse Popular Code Answers by Language