当前位置:网站首页>Difference of EOF
Difference of EOF
2022-07-03 09:37:00 【chenhyc】
(1) Use cat <<EOF when , When we're done typing , On the last line, enter EOF As an end sign , At the same time, the last line EOF Must top grid ,EOF You can't use tabs or spaces in the front , Otherwise, an error will be reported when executing the script , Because the end resolver EOF It's preceded by tabs or spaces , be EOF It's not going to be used as a closing line , Will only continue to be treated as stdin To input .
(1.1) The last line EOF Vertex lattice , Perform normally
(1.2) The last line ,EOF Not top grid , Report errors
(2) Use cat <<-EOF when , When we're done typing , On the last line, enter EOF As an end sign , At the same time, the last line EOF unlimited ,EOF You can use tabs in front
(2.1)EOF Vertex lattice , Perform normally
(2.2)EOF front +tab, The execution is also normal
边栏推荐
- [kotlin learning] classes, objects and interfaces - classes with non default construction methods or attributes, data classes and class delegates, object keywords
- Call the contents of Excel cells opened at the same time - button line feed
- Installation and uninstallation of pyenv
- LeetCode每日一题(968. Binary Tree Cameras)
- Overview of database system
- Leetcode daily question (2109. adding spaces to a string)
- Leetcode daily question (2212. maximum points in an archery competition)
- 专利查询网站
- DSP data calculation error
- Spark overview
猜你喜欢
一款开源的Markdown转富文本编辑器的实现原理剖析
Global KYC service provider advance AI in vivo detection products have passed ISO international safety certification, and the product capability has reached a new level
Spark 结构化流写入Hudi 实践
Spark cluster installation and deployment
NPM install installation dependency package error reporting solution
The rise and fall of mobile phones in my perspective these 10 years
Crawler career from scratch (II): crawl the photos of my little sister ② (the website has been disabled)
图像修复方法研究综述----论文笔记
Flask+supervisor installation realizes background process resident
[kotlin learning] operator overloading and other conventions -- overloading the conventions of arithmetic operators, comparison operators, sets and intervals
随机推荐
Crawler career from scratch (II): crawl the photos of my little sister ② (the website has been disabled)
Flink学习笔记(十)Flink容错机制
Hudi学习笔记(三) 核心概念剖析
Database execution error: SQL_ mode only_ full_ group_ by:
Common formulas of probability theory
全球KYC服务商ADVANCE.AI 活体检测产品通过ISO国际安全认证 产品能力再上一新台阶
Usage of pandas to obtain MySQL data
LeetCode每日一题(1362. Closest Divisors)
Filter comments to filter out uncommented and default values
Spark overview
专利查询网站
Jetson Nano 自定义启动图标kernel Logo cboot logo
文件系统中的目录与切换操作
CATIA automation object architecture - detailed explanation of application objects (I) document/settingcontrollers
Win10 quick screenshot
Leetcode daily question (516. long palindromic subsequence)
Global KYC service provider advance AI in vivo detection products have passed ISO international safety certification, and the product capability has reached a new level
基于opencv实现桌面图标识别
ERROR: certificate common name “www.mysql.com” doesn’t match requested host name “137.254.60.11”.
307. Range Sum Query - Mutable