forked from tldr-pages/tldr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fg, nohup, sleep, users: add Persian translation (tldr-pages#5210)
- Loading branch information
Showing
4 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# fg | ||
|
||
> اجرای کارها در پیش زمینه. | ||
- آوردن آخرین کار اجرا شده در پس زمینه به پیش زمینه: | ||
|
||
`fg` | ||
|
||
- آوردن کار با آی دی مشخص شده به پیش زمینه: | ||
|
||
`fg %{{job_id}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# nohup | ||
|
||
> اجرای یک پردازش در پس زمینه حتی زمانی که ترمینال بسته شود. | ||
- اجرای پردازش در پس زمینه فارغ از اجرا بودن ترمینال: | ||
|
||
`nohup {{command}} {{command_options}}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# sleep | ||
|
||
> ایجاد تاخیر بر اساس زمان. | ||
- تاخیر به ثانیه: | ||
|
||
`sleep {{seconds}}` | ||
|
||
- تاخیر به دقیقه: | ||
|
||
`sleep {{minutes}}m` | ||
|
||
- تاخیر به ساعت: | ||
|
||
`sleep {{hours}}h` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# users | ||
|
||
> نمایش لیست کاربران لاگین شده. | ||
- نمایش لیست کاربران لاگین شده: | ||
|
||
`users` | ||
|
||
- نمایش لیست کاربران لاگین شده بر اساس یک لاگ فایل خاص: | ||
|
||
`users {{/var/log/wmtp}}` |