In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces "how to use the linux command to output a specific line of the file". In the daily operation, I believe that many people have doubts about how to use the linux command to output the specific line of the file. The editor consulted all kinds of data and sorted out a simple and easy-to-use method of operation. I hope it will be helpful to answer the question of "how to use the linux command to output the specific line of the file". Next, please follow the editor to study!
You usually use the sed command to print a specific line, such as
#-n: print in a specific format
# 100p: refers to printing the 100th line
$sed-n 100p Readme.md
But sed's ability to print is much more than that. In addition to printing specific lines, you can also print a range of lines, such as
# Line 100-120 in the print file
$sed-n 100120p Readme.md
# Line 100-120 in the print file
$sed-n 100cm 20p Readme.md
There is also a way to combine head/tail commands to output the 100th behavior example
# output the first 100 lines, then output the last line through pipe
$head-100Readme.md | tail-1
For more information about the use of sed, please refer to my article: detailed explanation of sed command and examples.
Summary
Two methods
Sed-n 100p Readme.mdhead-100 Readme.md | tail-1 at this point, the study on "how to use the linux command to output a specific line of a file" is over. I hope I can solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.