LinuxDocumentation/Questions.md

17 lines
507 B
Markdown
Raw Permalink Normal View History

# Questions
2021-04-08 16:15:41 +02:00
## Regex?
2021-04-08 16:20:16 +02:00
Regex is short for regular expression.
[Wikipedia](https://en.wikipedia.org/wiki/Regular_expression) explains it better than me.
## Wildcards?
Wildcards are similar to regex but a lot simpler.
A quick [tutorial](https://linuxhint.com/bash_wildcard_tutorial/) explains it better than me.
## Var log msg?
The debian system administrator gives a good [overview](https://debian-handbook.info/browse/stable/sect.filesystem-hierarchy.html) of the directory structure of the linux OS.
2021-04-08 16:20:16 +02:00