- 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:

推薦閱讀
- Windows Server 2019 Cookbook
- Learning Windows Server Containers
- Installing and Configuring Windows 10:70-698 Exam Guide
- Linux集群和自動化運維
- 奔跑吧 Linux內核(入門篇)
- Linux內核觀測技術BPF
- 細說Linux基礎知識
- 注冊表應用完全DIY
- Kali Linux 2018:Windows Penetration Testing
- 完美應用RHEL 8
- 從實踐中學習Kali Linux無線網絡滲透測試
- Learn Quantum Computing with Python and IBM Quantum Experience
- Linux內核修煉之道
- Java EE 8 High Performance
- Serverless Architectures with Kubernetes