Basic
1. Echo $PATH
Show all shell scripts path
If you have 2 folders that contain the same command, it will run the first one
1 | which cal //show which folder which is in |
2. params
1 | date -u - for short form |
3. file
1 | touch |
##Manual Structure
1 | man -k which |
###help page
man cd : no result
help cd : show cd info
just type help and it will show the command that needs help
The only way to change the state is to emit an action, an object describing what happened.
###cat
0:input
1:output
2:error
1 | cat > output.txt // create a file and then put data stream out this file |
It’s important to note that you’ll only have a single store in a Redux application. When you want to split your data handling logic, you’ll use reducer composition instead of many stores.
https://redux.js.org/introduction/three-principles
Learning Resources: https://redux.js.org/introduction/learning-resources