Add Arabic translation for bash-touch (#21297)
* Add Arabic translation for bash-touch * Fix typo
This commit is contained in:
committed by
Randell Dawson
parent
635d97d559
commit
e1c47c3de8
28
guide/arabic/bash/bash-touch/index.md
Normal file
28
guide/arabic/bash/bash-touch/index.md
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Bash touch
|
||||
localeTitle: باش touch
|
||||
---
|
||||
|
||||
## ايعاز باش: touch (لمس)
|
||||
|
||||
**تغير تاريخ ووقت الملفات.**
|
||||
|
||||
```
|
||||
touch [options] filename
|
||||
```
|
||||
|
||||
بإمكان الايعاز انشاء ملف جديد او اذا استخدمنا الايعاز على اي ملف فسيقوم بتحديث تاريخ الملف للوقت الحالي.
|
||||
|
||||
بعض الخيارات الاكثر استخداما:
|
||||
- `-t` تعديل التاريخ والوقت، بادخال الوقت بالشكل التالي (YYYYMMDDHHMM.SS).
|
||||
- `-r` نسخ الوقت والتاريخ من ملف الى اخر.
|
||||
|
||||
أمثلة:
|
||||
|
||||
```
|
||||
touch -t YYYYMMDDHHMM.SS filename
|
||||
touch -r file1 file2
|
||||
```
|
||||
|
||||
### للمزيد من المعلومات:
|
||||
* [صفحة الكتيب](http://man7.org/linux/man-pages/man1/touch.1.html)
|
Reference in New Issue
Block a user