chmod,chown,clear,cmp,dd,df,diff,echo,export,grep,head,ifconfig, translation-templates/*: add Farsi translation (#10543)
* common/*: add Farsi translation * contributing-guides/alias-pages.md subcommand-mention.md: added Farsi translation * Update pages.fa/common/chmod.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.fa/common/chmod.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.fa/common/chmod cmp dd df diff echo grep ifconfig: reviewed and fix translations * common-arguments: add Farsi translation --------- Co-authored-by: mortalpuppet <misagh.sj@mgail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
20
pages.fa/common/export.md
Normal file
20
pages.fa/common/export.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# export
|
||||
|
||||
> دستور تغییر متغییرهای محلی سیستم موجود برای پروسه های جدید
|
||||
> اطلاعات بیشتر: <https://www.gnu.org/software/bash/manual/bash.html#index-export>.
|
||||
|
||||
- ایجاد و تعیین مقدار یک متغییر جدید
|
||||
|
||||
`export {{متغییر}}={{مقدار}}`
|
||||
|
||||
- حذف یک متغییر سیستمی
|
||||
|
||||
`export -n {{متغییر}}`
|
||||
|
||||
- افزودن یک تابع شل به متغییر سیستمی
|
||||
|
||||
`export -f {{نام تابع}}`
|
||||
|
||||
- افزودن یک مسیر به متغییر $PATH
|
||||
|
||||
`export PATH=$PATH:{{مسیر/برای/افزودن}}`
|
Reference in New Issue
Block a user