- 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
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Java Web基礎與實例教程(第2版·微課版)
- Manga Studio Ex 5 Cookbook
- Effective Python Penetration Testing
- Python機器學習經典實例
- Swift語言實戰精講
- Web前端應用開發技術
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Learning VMware vSphere
- iOS開發項目化入門教程
- Android移動應用項目化教程
- Unity 3D UI Essentials
- C語言程序設計實驗指導
- 分布式系統架構與開發:技術原理與面試題解析
- Puppet Essentials