saved changes before repartition
This commit is contained in:
17
docs/tests.md
Normal file
17
docs/tests.md
Normal file
@@ -0,0 +1,17 @@
|
||||
### Multiple redirections
|
||||
|
||||
```
|
||||
cmd > file1 > file2
|
||||
```
|
||||
or
|
||||
```
|
||||
cmd >> file1 >> file2
|
||||
```
|
||||
|
||||
Should create both `file1` and `file2` but store the output in `file2`
|
||||
|
||||
### Environment variables
|
||||
|
||||
#### SHLVL
|
||||
|
||||
Must be increased by 1 if executed from any other shell or 1 if executed
|
||||
Reference in New Issue
Block a user