書名: Bash Cookbook作者名: Ron Brash Ganesh Naik本章字數: 26字更新時間: 2021-07-23 19:17:39
Getting ready
Let's get ready for the exercise by creating a single dataset:
$ mkdir -p testdata
$ cat /etc/hosts > testdata/duplicates.txt; cat /etc/hosts >> testdata/duplicates.txt
推薦閱讀
- 數據庫原理及應用(Access版)第3版
- WebAssembly實戰
- Getting Started with ResearchKit
- Java深入解析:透析Java本質的36個話題
- Learning Concurrency in Kotlin
- Java Fundamentals
- Instant jQuery Boilerplate for Plugins
- NGUI for Unity
- Mastering OAuth 2.0
- Visual C++從入門到精通(第2版)
- 編程的原則:改善代碼質量的101個方法
- ASP.NET Core and Angular 2
- H5匠人手冊:霸屏H5實戰解密
- PHP編程(第4版)
- 計算機應用基礎