書名: Bash Cookbook作者名: Ron Brash Ganesh Naik本章字數: 81字更新時間: 2021-07-23 19:17:33
Acting Like a Typewriter and File Explorer
In this chapter, we will introduce the following:
- Basic searching for strings and files
- Using wildcards and regexes
- Math and calculations in script
- Striping/altering/sorting/deleting/searching strings with Bash only
- Using SED and AWK to remove/replace substrings
- Formatting your data/output using echo and printf
- Readying your script for different languages with internationalization
- Calculating statistics and reducing duplicates based on file contents
- Using file attributes with conditional logic
- Reading delimited data and altered output format
推薦閱讀
- 機器學習系統:設計和實現
- Java完全自學教程
- Ext JS Data-driven Application Design
- Processing互動編程藝術
- Mastering OpenCV 4
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- Regression Analysis with Python
- Learning Image Processing with OpenCV
- Python機器學習與量化投資
- ROS機器人編程實戰
- C# 7.0本質論
- 現代C++語言核心特性解析
- 面向對象程序設計教程(C#版)
- WordPress 3.7 Complete(Third Edition)
- Selenium WebDriver自動化測試完全指南