0 کاربر و 3 مهمان درحال مشاهده موضوع.
Shell ScriptingExpert Recipes for Linux, Bash, and More
- ویدیو های سایت lynda هم هست که توی تورنت به نام up and running with bash scripting پیدا میشه ،خیلی بازده بالایی داره توی زمان کم.
.├── 0. Introduction│ ├── 01. Welcome.f4v│ ├── 02. What you need to know before continuing.f4v│ └── 03. Using the exercise files.f4v├── 1. Working with the Command Line│ ├── 01. What's Bash.f4v│ ├── 02. Reviewing common Bash commands.f4v│ ├── 03. Tilde and brace expansion.f4v│ ├── 04. Changing where things go with pipes and redirection.f4v│ ├── 05. Manipulating output with grep, awk, and cut.f4v│ ├── 06. Understanding Bash script syntax.f4v│ └── 07. Creating a basic Bash script.f4v├── 2. Building Bash Scripts│ ├── 01. Displaying text with echo.f4v│ ├── 02. Working with variables.f4v│ ├── 03. Command substitution.f4v│ ├── 04. Working with numbers.f4v│ ├── 05. Comparing values.f4v│ ├── 06. Working with strings.f4v│ ├── 07. Coloring and styling text.f4v│ ├── 08. Exploring some handy helpers date and printf.f4v│ ├── 09. Working with arrays.f4v│ ├── 10. Reading and writing text files.f4v│ ├── 11. Using here documents.f4v│ ├── 12. Challenge. Make a script that generates a system report.f4v│ └── 13. Solution. Make a script that generates a system report.f4v├── 3. Control Structures│ ├── 01. Testing truth conditions with the if keyword.f4v│ ├── 02. Working with while and until loops.f4v│ ├── 03. Introducing for loops.f4v│ ├── 04. Selecting behavior using case.f4v│ └── 05. Using functions.f4v├── 4. Interacting with the User│ ├── 01. Working with arguments.f4v│ ├── 02. Working with flags.f4v│ ├── 03. Getting input during execution.f4v│ ├── 04. Ensuring a response.f4v│ ├── 05. Challenge. Make a script that uses input.f4v│ ├── 06. Solution. Make a script that uses input.f4v│ └── 07. Using functions.f4v├── 5. Conclusion│ └── 01. Next steps.f4v├── a└── Exercise Files ├── challenges │ ├── 20131018_report.log │ ├── ch2_challenge.sh │ ├── ch2_solution.sh │ ├── ch4_challenge.sh │ └── ch4_solution.sh ├── fruit ├── pets └── trees ├── cedar ├── maple.txt ├── pine.txt ├── spruce ├── sycamore └── tree.png14 directories, 45 files
- من یک کتاب حدود ۷۰۰ ص بود خوندم کلا برای command line بود و شل اسکریپت هم داشت که خیلی خب بود. اینم لینکش :http://sourceforge.net/projects/linuxcommand/files/TLCL/13.07/TLCL-13.07.pdf/download?use_mirror=netcologne - ویدیو های سایت lynda هم هست که توی تورنت به نام up and running with bash scripting پیدا میشه ،خیلی بازده بالایی داره توی زمان کم.
نقلقول از: elyas74 در 06 خرداد 1393، 03:21 بظ - من یک کتاب حدود ۷۰۰ ص بود خوندم کلا برای command line بود و شل اسکریپت هم داشت که خیلی خب بود. اینم لینکش :http://sourceforge.net/projects/linuxcommand/files/TLCL/13.07/TLCL-13.07.pdf/download?use_mirror=netcologne - ویدیو های سایت lynda هم هست که توی تورنت به نام up and running with bash scripting پیدا میشه ،خیلی بازده بالایی داره توی زمان کم.سلام ببخشید من از این لینکی که دادید نمیتونم دانلود کنم مینویسه download forbidden .