- Bash Cookbook
- Ron Brash Ganesh Naik
- 182字
- 2021-07-23 19:17:42
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:
$ sudo apt-get install locate manpages manpages-posix
$ sudo updatedb
$ git clone https://github.com/PacktPublishing/Linux-Device-Drivers-Development.git Linux-Device-Drivers-Development # Another Packt title
$ mkdir -p ~/emptydir/makesure
If a file is not found using the locate command, the database might be simply out of date and needs to be re-ran. It is possible that updatedb is also not indexing partitions such as those contained on removable media (USB sticks), and the file may be present there instead of the regular system partitions.
In preparation for this recipe, be aware that two concepts were inadvertently introduced: git and manpages. Manpages are among one of the oldest forms of help documentation available in Linux, and git is a version control system that simplifies management, versioning, and distribution of files such as code. Knowing how to use either is certainly beneficial, but beyond the scope of this book. For more information about git, check out another Packt book: GIT Version Control Cookbook.
In preparation for this recipe, be aware that two concepts were inadvertently introduced: git and manpages. Manpages are among one of the oldest forms of help documentation available in Linux, and git is a version control system that simplifies management, versioning, and distribution of files such as code. Knowing how to use either is certainly beneficial, but beyond the scope of this book. For more information about git, check out another Packt book: GIT Version Control Cookbook.
推薦閱讀
- Implementing VMware Horizon 7(Second Edition)
- Learning Real-time Processing with Spark Streaming
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- PHP 7底層設(shè)計(jì)與源碼實(shí)現(xiàn)
- SAS數(shù)據(jù)統(tǒng)計(jì)分析與編程實(shí)踐
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Elasticsearch Server(Third Edition)
- C語言程序設(shè)計(jì)
- Julia for Data Science
- Maker基地嘉年華:玩轉(zhuǎn)樂動(dòng)魔盒學(xué)Scratch
- Python期貨量化交易實(shí)戰(zhàn)
- PostgreSQL Developer's Guide
- Python Automation Cookbook
- JavaScript前端開發(fā)基礎(chǔ)教程
- HTML5程序開發(fā)范例寶典