- Advanced Infrastructure Penetration Testing
- Chiheb Chebbi
- 90字
- 2021-06-24 19:12:59
Redirection
Redirection is another Linux capability to enhance productivity. You can redirect the stream using simple symbols. You can redirect the output of a command to a text file using >, or >> if you want to append the file and not overwrite it; for example, ls > Simple_file.txt.
Also, if you want to redirect a stream from one command to another, it is recommended to use the pipes like the following line, which lists the first two files in the current directory, ls | head -2:

推薦閱讀
- Learning OpenDaylight
- Mastering Distributed Tracing
- 操作系統基礎與實踐:基于openEuler平臺
- SharePoint 2013 WCM Advanced Cookbook
- 開源安全運維平臺OSSIM疑難解析:入門篇
- Installing and Configuring Windows 10:70-698 Exam Guide
- 異質結原理與器件
- 計算機系統:基于x86+Linux平臺
- Distributed Computing with Go
- Linux應用大全 基礎與管理
- Web Penetration Testing with Kali Linux(Third Edition)
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- BuddyPress Theme Development
- Serverless Architectures with Kubernetes
- 電腦辦公(Windows 7 + Office 2013)入門與提高