Files
tldr/pages.fa/linux/abbr.md
Mohammad Reza Soleimani b4d29c495e ac, abbr: add Farsi translation (#11982)
* ac: add Farsi translation

* abbr: add Farsi translation
2024-01-03 18:54:32 +05:30

22 lines
709 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# abbr
> fish shell مدیریت مخفف های
> جایگزین کردن کلمات وارد شده توسط کاربر با جملات طولانی
> اطلاعات بیشتر: <https://fishshell.com/docs/current/cmds/abbr.html>.
- اضافه کردن مخفف جدید:
`abbr --add {{نام_اختصاری}} {{دستور}} {{آرگومان_های_دستور}}`
- تغییر نام یک مخفف موجود:
`abbr --rename {{نام_قدیمی}} {{نام_جدید}}`
- پاک کردن یک مخفف موجود:
`abbr --erase {{نام_مخفف}}`
- وارد کردن یک مخفف وارد شده در یک میزبان دیگر از طریق ssh:
`ssh {{نام_میزبان}} abbr --show | source`