Answers for "how to open a txt file in linux bash"

C
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 "C"

Browse Popular Code Answers by Language