Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to open files from linux terminal

xdg-open filename.file_extention
Comment

linux command to open a file

sudo apt install vim
vim filename
Comment

how to open file in linux

xdg-open <filename>
Comment

open a file in linux

cat <filename> 
Comment

open file command linux

open . # Open current folder directory
open path/to/directory #Open given folder directory
open file # Opens and runs given file
Comment

PREVIOUS NEXT
Code Example
Shell :: install composer in ubuntu 
Shell :: composer install on mac 
Shell :: sleep in linux command 
Shell :: git ignore all files and folders in folder 
Shell :: how to add remote branch 
Shell :: how to kill a service based on port number on mac 
Shell :: error when i install sass 
Shell :: mac shell prompt 
Shell :: git remove from history 
Shell :: git credentials store with timeout 
Shell :: top command 
Shell :: how to switch from master to main 
Shell :: adobe reader for ubuntu 20.04 
Shell :: install rust 
Shell :: fedora simplescreenrecorder start 
Shell :: git pull master for feature branch 
Shell :: How to install vscode on centos 8 
Shell :: deleting index.lock 
Shell :: AWS EC2 Stress tool activate on command line 
Shell :: github ignore files 
Shell :: how to install appindicator 
Shell :: get code back after hard reset 
Shell :: install gh 
Shell :: make flameshot default 
Shell :: awk first upper 
Shell :: install newman-reporter-htmlextra 
Shell :: kali linux wsl 
Shell :: push exsisting repo 
Shell :: clone a repository 
Shell :: docker prune dangling none 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =