mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
false, logname, time, tty, unclutter: Add Norwegian translation (#4731)
* false: add Norwegian translation * logname: add Norwegian translation * time: add Norwegian translation * tty: add Norwegian translation * unclutter: add Norwegian translation * false: corrected changes
This commit is contained in:
parent
1ce8ecd6ed
commit
16ef9e07ef
5 changed files with 35 additions and 0 deletions
7
pages.no/common/false.md
Normal file
7
pages.no/common/false.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# false
|
||||
|
||||
> Returner en utgangskode på 1.
|
||||
|
||||
- Returner en utgangskode på 1:
|
||||
|
||||
`false`
|
7
pages.no/common/logname.md
Normal file
7
pages.no/common/logname.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# logname
|
||||
|
||||
> Viser brukerens login navn.
|
||||
|
||||
- Vis brukerens nåværende innloggings navn:
|
||||
|
||||
`logname`
|
7
pages.no/common/time.md
Normal file
7
pages.no/common/time.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# time
|
||||
|
||||
> See hvor lang en kommand tar.
|
||||
|
||||
- Tid "ls":
|
||||
|
||||
`time ls`
|
7
pages.no/common/tty.md
Normal file
7
pages.no/common/tty.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# tty
|
||||
|
||||
> Returner terminal navn.
|
||||
|
||||
- Print fil navnet fra denne terminalen:
|
||||
|
||||
`tty`
|
7
pages.no/common/unclutter.md
Normal file
7
pages.no/common/unclutter.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# unclutter
|
||||
|
||||
> Gjemmer musepekeren.
|
||||
|
||||
- Gjem musepekeren etter 3 sekunder:
|
||||
|
||||
`unclutter -idle {{3}}`
|
Loading…
Add table
Reference in a new issue