- 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
推薦閱讀
- DBA攻堅指南:左手Oracle,右手MySQL
- iOS 9 Game Development Essentials
- Reactive Programming with Swift
- HTML5+CSS3基礎開發教程(第2版)
- MATLAB 2020 從入門到精通
- VSTO開發入門教程
- Learning Informatica PowerCenter 10.x(Second Edition)
- Scratch真好玩:教小孩學編程
- Python編程實戰
- Hands-On Functional Programming with TypeScript
- Learning JavaScript Data Structures and Algorithms
- HTML 5與CSS 3權威指南(第3版·上冊)
- Advanced Express Web Application Development
- ASP.NET程序開發范例寶典
- Application Development with Parse using iOS SDK