Skip to content

Commit

Permalink
fg, nohup, sleep, users: add Persian translation (tldr-pages#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
opoet7 authored Jan 31, 2021
1 parent 0b86701 commit 2b0634f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pages.fa/common/fg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# fg

> اجرای کارها در پیش زمینه.
- آوردن آخرین کار اجرا شده در پس زمینه به پیش زمینه:

`fg`

- آوردن کار با آی دی مشخص شده به پیش زمینه:

`fg %{{job_id}}`
7 changes: 7 additions & 0 deletions pages.fa/common/nohup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nohup

> اجرای یک پردازش در پس زمینه حتی زمانی که ترمینال بسته شود.
- اجرای پردازش در پس زمینه فارغ از اجرا بودن ترمینال:

`nohup {{command}} {{command_options}}`
15 changes: 15 additions & 0 deletions pages.fa/common/sleep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# sleep

> ایجاد تاخیر بر اساس زمان.
- تاخیر به ثانیه:

`sleep {{seconds}}`

- تاخیر به دقیقه:

`sleep {{minutes}}m`

- تاخیر به ساعت:

`sleep {{hours}}h`
11 changes: 11 additions & 0 deletions pages.fa/common/users.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# users

> نمایش لیست کاربران لاگین شده.
- نمایش لیست کاربران لاگین شده:

`users`

- نمایش لیست کاربران لاگین شده بر اساس یک لاگ فایل خاص:

`users {{/var/log/wmtp}}`

0 comments on commit 2b0634f

Please sign in to comment.