This loop takes the output of the Bash command ls *.pdf and performs an action on each returned file name. In this case, we're adding today's date to the end of the file name (but before the file extension).
ลูปนี้ยอมรับผลลัพธ์ของคําสั่งbash ls * และดําเนินการกับแต่ละชื่อไฟล์ที่ส่งคืน ในตัวอย่างนี้เราเพิ่มวันที่ในวันนี้ลงในตอนท้ายของชื่อไฟล์(แต่ก่อนนามสกุลไฟล์)