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

推薦閱讀
- Linux設(shè)備驅(qū)動(dòng)開發(fā)詳解(第2版)
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- 玩到極致 iPhone 4S完全攻略
- 計(jì)算機(jī)系統(tǒng)開發(fā)與優(yōu)化實(shí)戰(zhàn)
- Python基礎(chǔ)教程(第3版)
- 8051軟核處理器設(shè)計(jì)實(shí)戰(zhàn)
- 嵌入式系統(tǒng)及其應(yīng)用(第三版)
- 蘋果OS X Mavericks 10.9應(yīng)用大全
- 注冊(cè)表應(yīng)用完全DIY
- Introduction to R for Quantitative Finance
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Azure Resource Manager Templates Quick Start Guide
- Angular權(quán)威教程
- Linux系統(tǒng)管理初學(xué)者指南:基于CentOS 7.6
- Mastering Sass