Answers for "linux command to view file"

3

linux command to view file

cat command.
less command.
more command.
"gnome-open command" or "xdg-open command" (generic version) or "kde-open command" (kde version) – Linux gnome/kde desktop command to open any file.
open command – OS X specific command to open any file.
Posted by: Guest on October-03-2020
1

view file linux command line

cat filename #for short files
less filename #for longer files
Posted by: Guest on January-06-2021
1

linux check file contetns

cat "fileName"
Posted by: Guest on May-13-2020

Code answers related to "linux command to view file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language