- 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.
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Beginning Java Data Structures and Algorithms
- 基于Java技術的Web應用開發
- 實戰Java程序設計
- Processing互動編程藝術
- Magento 1.8 Development Cookbook
- Xamarin.Forms Projects
- Access 2016數據庫管
- 微信小程序入門指南
- Unity Game Development Scripting
- Mastering Business Intelligence with MicroStrategy
- Swift 4從零到精通iOS開發
- C++ Fundamentals
- Delphi開發典型模塊大全(修訂版)
- Angular Design Patterns