当前位置:网站首页>Shell: operator
Shell: operator
2022-07-05 23:01:00 【NoGame_ NoWork】
| Operator
Pipe symbol , The symbol is a vertical line : | .
usage :
command1 | command2
His function is to put the first command command 1 The result of execution is as command2 The input is passed to command 2
for example :
echo "aa bb cc" | awk -F '{print $1}'
echo "aa bb cc" | awk -F '{print $2}'
echo "aa bb cc" | awk -F '{print $3}'
Output is :
aa
bb
cc
边栏推荐
- Nacos installation and service registration
- Marginal probability and conditional probability
- The difference between MVVM and MVC
- 基于STM32的ADC采样序列频谱分析
- 分布式解决方案之TCC
- 分布式解决方案选型
- 513. Find the value in the lower left corner of the tree
- Matlab smooth curve connection scatter diagram
- 2022 R2 mobile pressure vessel filling review simulation examination and R2 mobile pressure vessel filling examination questions
- How can easycvr cluster deployment solve the massive video access and concurrency requirements in the project?
猜你喜欢
The difference between MVVM and MVC
Selenium+pytest automated test framework practice
Metasploit (MSF) uses MS17_ 010 (eternal blue) encoding:: undefined conversionerror problem
Week 17 homework
一文搞定class的微观结构和指令
One article deals with the microstructure and instructions of class
[secretly kill little buddy pytorch20 days] - [Day2] - [example of picture data modeling process]
Matlab smooth curve connection scatter diagram
TCC of distributed solutions
How to quickly understand complex businesses and systematically think about problems?
随机推荐
How to quickly understand complex businesses and systematically think about problems?
[screen recording] how to record in the OBS area
Paddle Serving v0.9.0 重磅发布多机多卡分布式推理框架
使用rewrite规则实现将所有到a域名的访问rewrite到b域名
Marginal probability and conditional probability
抖音__ac_signature
Global and Chinese markets for reciprocating seal compressors 2022-2028: Research Report on technology, participants, trends, market size and share
Google Maps case
Vcomp110.dll download -vcomp110 What if DLL is lost
Element positioning of Web Automation
两数之和、三数之和(排序+双指针)
Nacos installation and service registration
Data type, variable declaration, global variable and i/o mapping of PLC programming basis (CoDeSys)
Leetcode weekly The 280 game of the week is still difficult for the special game of the week's beauty team ~ simple simulation + hash parity count + sorting simulation traversal
Media query: importing resources
Use the rewrite rule to rewrite all accesses to the a domain name to the B domain name
派对的最大快乐值
Common model making instructions
All expansion and collapse of a-tree
实现反向代理客户端IP透传