If you do not find what you're looking for, you can use more accurate words.
باستخدام الأمر split ، يمكننا إنشاء ملفات الإخراج المقسمة باستخدام لاحقة مخصصة. لنفترض أننا نريد إنشاء ملفات إخراج مقسمة مع تخصيص اللاحقة
# split {file_name} {prefix_name}
[root@amine ~]# split tuxlap.txt split_file_ [root@amine ~]# ll total 1024248 -rw-------. 1 root root 980 Aug 12 00:15 anaconda-ks.cfg -rwx------. 1 root root 1048576000 Apr 15 03:54 linux-lite.iso -rw-r--r--. 1 root root 11998 Apr 15 04:56 split_file_aa -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ab -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ac -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ad -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ae -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_af -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ag -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ah -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_ai -rw-r--r--. 1 root root 12000 Apr 15 04:56 split_file_aj -rw-r--r--. 1 root root 12 Apr 15 04:56 split_file_ak -rw-r--r--. 1 root root 120010 Apr 15 04:39 tuxlap.txt [root@amine ~]#