@ -610,9 +610,9 @@ echo $ans
read -n 1 ans # Just one character
```
### Process IDs
### Special variables
| `$?` | PID of last foreground task |
| `$?` | Exit status of last task |
| `$!` | PID of last background task |
| `$$` | PID of shell |