- 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.
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- Visual FoxPro程序設計教程(第3版)
- YARN Essentials
- R的極客理想:工具篇
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Mastering Web Application Development with AngularJS
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Learning Docker Networking
- 小型編譯器設計實踐
- Elasticsearch Blueprints
- 高性能PHP 7
- 輕松學Scratch 3.0 少兒編程(全彩)
- Expert Cube Development with SSAS Multidimensional Models
- Hands-On Artificial Intelligence with Unreal Engine
- Visual FoxPro程序設計