grep, sed, where: add Danish translation (#9166)

This commit is contained in:
Max Drasbeck
2022-10-20 16:19:57 +02:00
committed by GitHub
parent 93aa6d3291
commit a9bca5cb95
3 changed files with 81 additions and 0 deletions

9
pages.da/common/where.md Normal file
View File

@@ -0,0 +1,9 @@
# where
> Returnerer alle kendte instanser for en kommando.
> Eksempelvis en eksekverbar fil i PATH-miljøvariablen, et alias, eller en indbygget shellkomando.
> Mere information: <https://zsh.sourceforge.io/Doc/Release/Shell-Builtin-Commands.html>.
- Find all instanser for en kommando:
`where {{kommando}}`