- Bash Cookbook
- Ron Brash Ganesh Naik
- 61字
- 2021-07-23 19:17:41
Getting ready
Besides having a terminal open, several large text files are needed for this recipe. If you have some already, great; if not, install the following:
$ wget http://www.randomtext.me/download/txt/lorem/ol-20/98-98.txt
$ fmt 98-98.txt > loremipsum.txt
The fmt command is a simple optimal text formatter. It is used to clean up the output a bit for better results on the command line.
推薦閱讀
- JavaScript前端開發(fā)模塊化教程
- Docker and Kubernetes for Java Developers
- 造個小程序:與微信一起干件正經(jīng)事兒
- Vue.js快速入門與深入實戰(zhàn)
- 云原生Spring實戰(zhàn)
- Learning Python Design Patterns(Second Edition)
- JavaScript by Example
- Kinect for Windows SDK Programming Guide
- GameMaker Programming By Example
- INSTANT Passbook App Development for iOS How-to
- Learning YARN
- JavaScript程序設計(第2版)
- .NET Standard 2.0 Cookbook
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Simulation for Data Science with R