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/pushd.md Normal file
View File

@@ -0,0 +1,17 @@
# pushd
> Tilføj en mappe til mappe-stakken, så den kan tilgås på et senere tidspunkt.
> Se `popd` for at skifte tilbage til den oprindelige mappe og `dirs` for at vise indholdet af mappe-stakken.
> Mere information: <https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html>.
- Skift til mappe og tilføj den til mappe-stakken:
`pushd {{mappe}}`
- Byt om på første og anden mappe i mappe-stakken:
`pushd`
- Rotér mappe-stakken ved at gøre det femte element til det første i mappe-stakken.
`pushd +4`