1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-04 05:13:48 +02:00
tldr/pages.fa/common/export.md
K.B.Dharun Krishna 3a37343e59
pages.{ar,fa}: remove translated placeholders (#11997)
* pages.{ar,fa}: remove translated placeholders

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* common-arguments: reword note

* rmdir: fix Arabic translation

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-05 15:48:59 +05:30

429 B

export

دستور تغییر متغییرهای محلی سیستم موجود برای پروسه های جدید. اطلاعات بیشتر: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export.

  • ایجاد و تعیین مقدار یک متغییر جدید:

export {{VARIABLE}}={{value}}

  • افزودن یک مسیر به متغییر $PATH:

export PATH=$PATH:{{path/to/append}}