- 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.
推薦閱讀
- 現代C++編程:從入門到實踐
- ASP.NET Core 2 and Vue.js
- Unity Shader入門精要
- Mastering Apache Maven 3
- Getting Started with Polymer
- Swift語言實戰晉級
- TypeScript 2.x By Example
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- 監控的藝術:云原生時代的監控框架
- Machine Learning for OpenCV
- Mastering Embedded Linux Programming
- UML基礎與Rose建模實用教程(第三版)
- INSTANT Apache Hive Essentials How-to
- 軟件測試(慕課版)
- Python數據可視化之matplotlib實踐