- 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.
推薦閱讀
- 新編Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- 少兒人工智能趣味入門:Scratch 3.0動(dòng)畫與游戲編程
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- Beginning C++ Game Programming
- JavaScript前端開發(fā)與實(shí)例教程(微課視頻版)
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Learning OpenStack Networking(Neutron)
- 精通MATLAB(第3版)
- ASP.NET程序開發(fā)范例寶典
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Scratch·愛編程的藝術(shù)家
- Struts 2.x權(quán)威指南
- 從0到1:HTML5 Canvas動(dòng)畫開發(fā)
- Natural Language Processing with Python Quick Start Guide