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 Here Document

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces how to use Here Document, the introduction in the article is very detailed, has a certain reference value, interested friends must read!

Here Document is widely used in shell in Linux/Unix, especially to pass in multiline split parameters to execute commands. In addition to shell (including sh/csh/tcsh/ksh/bash/zsh, etc.), the functionality of this approach also affects many other languages such as Perl,PHP and Ruby.

The basic form of Here Document is as follows:

Command

Its purpose is to pass the content (document) between two delimiter as input to command.

Note:

The delimiter at the end must be written at the top, with no characters before it and no characters after it, including spaces and tab indentation. Spaces before and after the initial delimiter are ignored. The instance calculates the number of lines of Here Document through the wc-l command on the command line:

The output of $wc-l # is 3 lines $

We can also use Here Document in scripts, such as:

#! / bin/bash# author:# url: https://www.yisu.com/cat

Execute the above script and output the result:

Welcome to https://www.yisu.com/ above is all the content of this article "how to use Here Document". Thank you for reading! Hope to share the content to help you, more related knowledge, 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