ncdu, popd, pushd, w: add Danish translation (#9197)

This commit is contained in:
Max Drasbeck
2022-10-26 06:18:29 -04:00
committed by GitHub
parent 94dbff0660
commit 253ea81f94
4 changed files with 71 additions and 0 deletions

17
pages.da/common/popd.md Normal file
View File

@@ -0,0 +1,17 @@
# popd
> Fjern en mappe placeret på mappe-stakken via den indbyggede shell-kommando `pushd`.
> Se `pushd` for at placere en mappe på mappe-stakken og `dirs` for at vise indholdet af mappe-stakken.
> Mere information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
- Fjern den øverste mappe fra mappe-stakken og `cd` til mappen:
`popd`
- Fjern den N'te mappe (starter fra 0 fra venstre i den liste `dirs` printer):
`popd +N`
- Fjern den N'te mappe (starter fra 0 fra højre fra i liste `dirs` printer):
`popd -N`