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

How to use the Linux continue command

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

In this article, the editor introduces in detail "how to use the Linux continue command", the content is detailed, the steps are clear, and the details are handled properly. I hope this article "how to use the Linux continue command" can help you solve your doubts.

The common Linux command continue is used to end this loop and continue with the next for,while or until loop; you can specify which layer of the loop to continue.

Continue ends this cycle and continues with the next for,while or until loop.

Summary continue [n] parameter n (optional): an integer greater than or equal to 1 that specifies the layer from which the loop continues.

The return status is successful unless n is less than 1.

The default value of the optional parameter n for example # continue is 1. Do # jumps to the inner for loop to continue execution. For ((jacks 3 / 3 / j > 0); do if ((jacks / 2)); then # with continue 1 results the same continue fi printf "% s\ n" ${I} ${j} done done # output 3 3 3 1 2 2 1 1 1 # when n is 2: # Jump to the outer for loop to continue execution. For ((iposit I > 0 poster iMurb -)); do for ((Job310 j > 0 positjmure -)); do if ((jogwash 2)); then continue 2 fi printf "% s% s\ n" ${I} ${j} done done # output result 3 3 2 3 1 3 Note this command is a bash built-in command, for related help information, please see the help command.

Read here, this "how to use Linux continue command" article has been introduced, want to master the knowledge of this article also need to practice and use to understand, if you want to know more about the article, welcome to follow the industry information channel.

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

Development

Wechat

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

12
Report