- 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
推薦閱讀
- Functional Python Programming
- Learning NServiceBus(Second Edition)
- C程序設(shè)計(jì)簡(jiǎn)明教程(第二版)
- C#完全自學(xué)教程
- 編程珠璣(續(xù))
- HTML5 Mobile Development Cookbook
- Elastic Stack應(yīng)用寶典
- Python機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- Java 9模塊化開(kāi)發(fā):核心原則與實(shí)踐
- The HTML and CSS Workshop
- Learning Three.js:The JavaScript 3D Library for WebGL
- Hands-On Automation Testing with Java for Beginners
- Apache Spark 2.x for Java Developers
- Julia for Data Science
- Django 3.0入門(mén)與實(shí)踐