cd: fix link and add Swedish translation (#6755)
This commit is contained in:
20
pages.sv/common/cd.md
Normal file
20
pages.sv/common/cd.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# cd
|
||||
|
||||
> Byt nuvarande katalog.
|
||||
> Mer information: <https://manned.org/cd>.
|
||||
|
||||
- Gå till en given katalog:
|
||||
|
||||
`cd {{sökväg/till/katalog}}`
|
||||
|
||||
- Gå till hemkatalog för nuvarande användare:
|
||||
|
||||
`cd`
|
||||
|
||||
- Gå till överordnad katalog:
|
||||
|
||||
`cd ..`
|
||||
|
||||
- Gå tillbaks till den föregående valda katalogen:
|
||||
|
||||
`cd -`
|
Reference in New Issue
Block a user