1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-30 05:35:28 +02:00
tldr/pages.fa/common/hash.md
Amir H. Moayeri 4cc711e5b2
netplan: add page; hash, hostname, zip, tar, touch: add Farsi translation (#15763)
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2025-03-07 09:20:20 +02:00

20 lines
504 B
Markdown

# hash
> مشاهده مکان‌های ذخیره شده فایل‌های اجرایی در حافظه پنهان.
> اطلاعات بیشتر: <https://www.gnu.org/software/bash/manual/bash.html#index-hash>.
- مشاهده مکان‌های دستورات ذخیره شده برای پوسته فعلی:
`hash`
- پاک کردن جدول هش:
`hash -r`
- حذف یک دستور خاص از جدول هش:
`hash -d {{command}}`
- نمایش مسیر کامل `command`:
`hash -t {{command}}`