- 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
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- 玩轉(zhuǎn)Scratch少兒趣味編程
- Java FX應(yīng)用開發(fā)教程
- iOS開發(fā)實(shí)戰(zhàn):從零基礎(chǔ)到App Store上架
- C語言程序設(shè)計(jì)
- Learning DHTMLX Suite UI
- “笨辦法”學(xué)C語言
- Python 3.7從入門到精通(視頻教學(xué)版)
- App Inventor 2 Essentials
- PowerDesigner 16 從入門到精通
- JavaScript編程精解(原書第2版)
- Java EE 8 and Angular
- 計(jì)算機(jī)程序的構(gòu)造和解釋(JavaScript版)
- Jakarta EE Cookbook
- Learning Zimbra Server Essentials