mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 05:13:48 +02:00

* 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>
429 B
429 B
export
دستور تغییر متغییرهای محلی سیستم موجود برای پروسه های جدید. اطلاعات بیشتر: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export.
- ایجاد و تعیین مقدار یک متغییر جدید:
export {{VARIABLE}}={{value}}
- افزودن یک مسیر به متغییر $PATH:
export PATH=$PATH:{{path/to/append}}