Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebazhanov committed Nov 12, 2022
2 parents f121bc2 + a84c559 commit 3b6293f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions linux/linux-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,3 +882,12 @@ if [[ $FILE == $GLOB ]] ;then
- [x] Pine
- [ ] Procmail
- [ ] The MUA

#### Q108. In BASH parsing, which expansion happens first?

- [x] brace expansion
- [ ] variable expansion
- [ ] filename expansion (globbing)
- [ ] word splitting

[Reference](https://stackoverflow.com/questions/54160869/in-what-order-does-bash-parser-escape-characters-and-split-words-tokens-within-c#:~:text=Expansions%20are%20performed%2C%20in%20order,Tilde%20expansion%2C%20e.g.%20~root%20.)

0 comments on commit 3b6293f

Please sign in to comment.