Introduction to Linux Shell Scripting (Arabic) Ep62 – مقدمة لبرمجة الشل في لينكس ـ الحلقة ٦٢



Introduction to Linux Shell Scripting (Arabic) Ep62 – مقدمة لبرمجة الشل في لينكس ـ الحلقة ٦٢

Introduction to Linux Shell Scripting (Arabic) Ep62 – مقدمة لبرمجة الشل في لينكس ـ الحلقة ٦٢

في هذا الفيديو سوف نتكلم وبمقدمة بسيطة عن برمجة الشل داخل اللينكس ومبادئه، حيث سوف نبدئ بالأجزاء الرئيسية التي يتكون منها البرنامج، ابتداءً من الصفر، مع امثله بسيطة حول كتابة النص داخل البرنامج، وكيفية التطور في كتابة النص مع نصائح حول كيفية إنشاء برنامج مثالي، ناجح ومفيد

ملاحظه: هذا الفيديو مخصص للأشخاص اللذين ليس لديهم معلومات (او معلوماتهم ضعيفة) عن برمجة الشل داخل لينكس او من يرغب بتجديد معلوماته.

##################
In this video we will have an introduction to shell scripting and the concepts behind writing a successful script, as we start talking about the main components that the script consists of, we will start showing you some small examples on how to include the shell commands inside the script, and how to write a bit more advanced scripts.

###############
### script.bash ###
###############
https://drive.google.com/file/d/1o-mBduQ-oS6RZHXwvfQqUew7UbuBbBqF/view?usp=sharing

#####################
### employees.bash ###
#####################
https://drive.google.com/file/d/1WwZ27zJfOBw7WNvdNZRbm2bbiATK6_jz/view?usp=sharing

#####################
### add-employee.bash ###
#####################
https://drive.google.com/file/d/1lwAHPu5ebOQ927cp0oawwh3NecNetA8v/view?usp=sharing

Comments are closed.