أصبحت البرمجة النصية لشل سهلة إذا كنت تريد تعلم كيفية كتابة نصوص شل مثل المحترفين ، أو حل مشاكل العالم الحقيقي ، أو أتمتة المهام المتكررة والمعقدة ، فتابع القراءة. أهلا. اسمي جايسون كانون وأنا مؤلف كتاب لينوكس للمبتدئين ، وبرمجة بايثون للمبتدئين ، ومعلم لآلاف الطلاب الراضين. بدأت مسيرتي المهنية في مجال تكنولوجيا المعلومات في أواخر التسعينيات من القرن الماضي كمهندس لأنظمة يونكس ولينكس وسأشاركك تجربة البرمجة النصية للصدفة وبرمجة باش في العالم الحقيقي معك طوال هذا الكتاب.
بحلول نهاية هذا الكتاب ، ستتمكن من إنشاء نصوص شل بسهولة. ستتعلم كيفية القيام بمهام مملة ومتكررة وتحويلها إلى برامج توفر لك الوقت وتبسط حياتك على أنظمة Linux أو Unix أو MAC. إليك ما ستحصل عليه وتتعلمه من خلال قراءة هذا الكتاب النصي الخاص بشيل: عملية خطوة بخطوة لكتابة نصوص شل التي تحل مشاكل العالم الحقيقي. الشيء الأول الذي يجب عليك فعله في كل مرة تقوم فيها بإنشاء نص برمجي. كيفية البحث عن معظم أخطاء البرمجة النصية وإصلاحها بسرعة. كيفية قبول المدخلات من المستخدم ثم اتخاذ قرارات بشأن تلك المدخلات. كيفية قبول ومعالجة وسيطات سطر الأوامر. ما هي المتغيرات الخاصة المتاحة ، وكيفية استخدامها في نصوص الصدفة ، ومتى تفعل ذلك. قائمة التحقق من إنشاء برنامج شل النصي - لن تضطر أبدًا إلى تخمين ما يجب تضمينه في كل نص برمجي من برامج shell الخاصة بك مرة أخرى. فقط استخدم قائمة التحقق البسيطة هذه. قالب نصي للقذيفة (معياري). استخدم هذا التنسيق لكل من نصوص شل الخاصة بك. إنه يظهر بالضبط ما يجب تضمينه وأين يذهب كل شيء. القضاء على التخمين! تدرب على التمارين باستخدام الحلول حتى تتمكن من البدء في استخدام ما تتعلمه على الفور. أمثلة من العالم الحقيقي لنصوص شل من مجموعتي الشخصية. تنزيل يحتوي على النصوص المستخدمة في الكتاب والدروس. ستتمكن من إلقاء نظرة على كل شيء تتعلمه وتجربته. تعلم البرمجة باستخدام أي لغة Shell Scirpting
يمكن تطبيق ما تتعلمه في هذا الكتاب على أي قشرة ، ومع ذلك ينصب التركيز على bash shell وستتعلم بعض ميزات bash المتقدمة حقًا. مرة أخرى ، سواء كنت تستخدم bash أو bourne (sh) أو KornShell (ksh) أو C shell (csh) أو Z shell (zsh) أو حتى غلاف tcsh ، فستتمكن من وضع ما تعلمته في هذا الكتاب لحسن استخدامها. مثالي لأنظمة Linux و Unix و Mac والمزيد! أيضًا ، ستتمكن من استخدام هذه البرامج النصية في أي بيئة Linux بما في ذلك Ubuntu و Debian و Linux Mint و RedHat و Fedora و OpenSUSE و Slackware و Kali Linux والمزيد. سيتم تشغيل البرامج النصية الخاصة بك على أنظمة تشغيل أخرى مثل Apple Mac OS X و Oracle's Solaris و IBM's AIX و HP-UX و FreeBSD و NetBSD و OpenBSD. قم بالتمرير لأعلى ، وانقر فوق الزر Buy Now With 1 Click وابدأ في تعلم Linux اليوم!
Shell Scripting Made Easy If you want to learn how to write shell scripts like a pro, solve real-world problems, or automate repetitive and complex tasks, read on. Hello. My name is Jason Cannon and I'm the author ofLinux for Beginners,Python Programming for Beginners, and an instructor to thousands of satisfied students. I started my IT career in the late 1990's as a Unix and Linux System Engineer and I'll be sharing my real-world shell scripting and bash programming experience with you throughout this book. By the end of this book you will be able to create shell scripts with ease. You'll learn how to take tedious and repetitive tasks and turn them into programs that will save you time and simplify your life on Linux, Unix, or MAC systems. Here is what you will get and learn by reading thisShell Scriptingbook: A step-by-step process of writing shell scripts that solve real-world problems. The #1 thing you must do every time you create a shell script. How to quickly find and fix the most shell scripting errors. How to accept input from a user and then make decisions on that input. How to accept and process command line arguments. What special variables are available, how to use them in your shell scripts, and when to do so. A shell script creation check list -- You'll never have to guess what to include in each of your shell scripts again. Just use this simple check list. A shell script template (boilerplate). Use this format for each of your shell scripts. It shows exactly what to include and where everything goes. Eliminate guesswork! Practice exercises with solutions so you can start using what you learn right away. Real-world examples of shell scripts from my personal collection. A download that contains the scripts used in the book and lessons. You'll be able to look at and experiment with everything you're learning. Learn to Program Using Any Shell Scirpting Language What you learn in this book can be applied to any shell, however the focus is on the bash shell and you'll learn some really advanced bash features. Again, whether you're using bash, bourne (sh), KornShell (ksh), C shell (csh), Z shell (zsh), or even the tcsh shell, you'll be able to put what you learn in this book to good use. Perfect for Linux, Unix, Mac and More! Also, you'll be able to use these scripts on any Linux environment including Ubuntu, Debian, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, Kali Linux and more. You're scripts will even run on other operating systems such as Apple's Mac OS X, Oracle's Solaris, IBM's AIX, HP's HP-UX, FreeBSD, NetBSD, and OpenBSD. Scroll up, click the Buy Now With 1 Click button and get started learning Linux today!
قراءة و تحميل كتاب Linux Shell Scripting Cookbook-Third Edition PDF مجانا
قراءة و تحميل كتاب Linux Shell Scripting Cookbook, Second Edition PDF مجانا