- Bash Cookbook
- Ron Brash Ganesh Naik
- 62字
- 2021-07-23 19:17:34
Getting ready
Besides having a terminal open (and your favorite text editor, if necessary), we only need a couple of core commands: grep, tr, cut, and touch. We're assuming that the www.packtpub.com directory that we crawled through in the previous step is still available:
$ cd ~/
$ touch {a..c}.test
$ touch {A..C}[0..2].test2
$ touch Z9.test3 Z9\,test2 Z9..test2
$ touch ~/Desktop/Test.pdf
推薦閱讀
- C++面向對象程序設計(第三版)
- Java系統分析與架構設計
- Arduino by Example
- Getting Started with CreateJS
- 征服RIA
- Building a Quadcopter with Arduino
- Building Serverless Applications with Python
- JSP程序設計實例教程(第2版)
- 軟件體系結構
- Greenplum構建實時數據倉庫實踐
- Building Microservices with Go
- Expert Cube Development with SSAS Multidimensional Models
- Natural Language Processing with Python Cookbook
- R語言編程基礎
- Java項目驅動開發教程