Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

file descriptor bash

When bash starts it opens the three standard file descriptors: 
- stdin (file descriptor 0)
- stdout (file descriptor 1)
- stderr (file descriptor 2)

Can use these sometimes explicityly
$ echo hello > file.txt
$ echo hello 2> file.txt

(file descriptor before >)
Comment

PREVIOUS NEXT
Code Example
Shell :: git last commit change author 
Shell :: react route install 
Shell :: create alias in powershell permanently 
Shell :: install terminator ubuntu 
Shell :: linux free port 8080 
Shell :: bash string interpolation 
Shell :: git ssh key ubuntu 
Shell :: how to setup display xServer wsl win10 
Shell :: install powershell using cmd windows 10 
Shell :: centos install specific kernel headers 
Shell :: how to set default editor in git 
Shell :: bash print binary file 
Shell :: pipenv install flask 
Shell :: check my localhost command 
Shell :: uninstall gem 
Shell :: Go install /linux 
Shell :: install npm and node on ubuntu 
Shell :: create conda environment from yaml file 
Shell :: bash go to home directory 
Shell :: how to config username and email in git 
Shell :: how to commit a specific file in git 
Shell :: bash random sleep 
Shell :: ignorer des fichiers déjà existant git 
Shell :: sudo npm cache clean -f 
Shell :: how to enable bluetooth on terminal 
Shell :: how to run debian on docker 
Shell :: windows untar powershell 
Shell :: for loop in bash for files 
Shell :: standard_init_linux.go:178: exec user process caused "exec format error" 
Shell :: https://git-lfs.github.com/ 
ADD CONTENT
Topic
Content
Source link
Name
7+6 =