" in linux stand for? 01/31 Update SLTechnology News&Howtos">
Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What does "& gt;>" in linux stand for?

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

What does the "> >" in linux stand for? Many novices are not very clear about this. In order to help you solve this problem, the following editor will explain it in detail. People with this need can come and learn. I hope you can gain something.

This appends the output to the target file. If the file does not exist, the file is created; if the file exists, the new content is appended to the end of the file, and the original contents of the file are not affected

What happens when you use > >, you find that a line is appended to the meta-text.

[root@oracle1 test] # cat > > test.txtecho "aaa" ^ C [root@oracle1 test] # ^ C [root@oracle1 test] # cat test.txt aaaecho "aaa"

Eg: from the S5PV210--uboot--mkconfig--123 line

Echo "ARCH = $2" > config.mkecho "CPU = $3" > > config.mkecho "BOARD = $4" > > config.mk

The results are as follows:

ARCH = armCPU = s5pc11xBOARD = x210 is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report