- Bash Cookbook
- Ron Brash Ganesh Naik
- 92字
- 2021-07-23 19:17:34
Getting ready
Besides having a terminal open (and your favorite text editor, if necessary), we only need a couple of core commands such as grep, ls, mkdir, touch, traceroute, strings, wget, xargs, and find.
Assuming that your user already has the correct permissions for your usage (and authorized, of course), we will need to generate data to begin searching:
$ ~/
$ wget --recursive --no-parent https://www.packtpub.com www.packtpub.com # Takes awhile
$ traceroute packtpub.com > traceroute.txt
$ mkdir -p www.packtpub.com/filedir www.packtpub.com/emptydir
$ touch www.packtpub.com/filedir/empty.txt
$ touch www.packtpub.com/findme.xml; echo "<xml>" www.packtpub.com/findme.xml
推薦閱讀
- Go Web編程
- Functional Python Programming
- 手機安全和可信應用開發指南:TrustZone與OP-TEE技術詳解
- Android項目開發入門教程
- C語言程序設計(第2版)
- 匯編語言程序設計(第2版)
- Blockly創意趣味編程
- Oracle Database 12c Security Cookbook
- The Data Visualization Workshop
- 劍指大數據:企業級數據倉庫項目實戰(在線教育版)
- C# and .NET Core Test Driven Development
- Vue.js應用測試
- 零代碼實戰:企業級應用搭建與案例詳解
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- Hadoop大數據分析技術