Answers for "launch file explorer from ubuntu terminal"

3

linux open file explorer from terminal

nautilus .
Posted by: Guest on November-03-2020
0

how to open files using terminal in ubuntu

#for short files 
cat filename.txt

#for longer files
less filename.txt

#to edit files inside terminal open using vim or nano

#using vim
vim filename.txt

#using nano
nano filename.txt
Posted by: Guest on March-10-2021

Code answers related to "launch file explorer from ubuntu terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language