Horje
file descriptor bash Code Example
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 >)




Shell

Related
git stash save name Code Example git stash save name Code Example
github actions sequential jobs Code Example github actions sequential jobs Code Example
how to search forward in emacs Code Example how to search forward in emacs Code Example
batch file to write xml into file Code Example batch file to write xml into file Code Example
get element by index bash Code Example get element by index bash Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9