在编写脚本文件(.sh)时,notepad++ 中的蓝色突出显示是什么意思?

在编写脚本文件(.sh)时,notepad++ 中的蓝色突出显示是什么意思?

在编写 Unix 脚本文件(.sh)时,Notepad++ 中的蓝色突出显示是什么意思?

例如,在:

for i in {0..16};do (awk '/AvgSeqDepth/ {while (getline > 0) print $3}' `${array[$i]}`) >> bashlines.txt;done

${array[$i]}在 Notepad++ 中以蓝色突出显示。


截屏:

在此处输入图片描述

答案1

如果你敞开心扉设置 > 样式配置器,您可以检查和自定义语言的样式和语法。关于猛击intruction words命令突出显示为蓝色的#0000FF) 默认情况下。

样式配置器

关键字列表包括:

别名 ar asa awk banner 基本名称 bash bc bdiff break bunzip2 bzip2 cal 日历 case cat cc cd chmod cksum clear cmp col comm 压缩 continue cp cpio crypt csplit ctags cut date dc dd 声明 deroff dev df diff diff3 dircmp dirname do done du echo ed egrep elif else env esac eval ex exec exit expand export expr false fc fgrep fi 文件 find fmt fold for 函数 函数 getconf getopt getopts grep gres hash head help 历史 iconv id if in 整数 作业 加入 kill local lc let line ln logname look ls m4 mail mailx make man mkdir more mt mv newgrp nl nm nohup ntps od pack paste patch pathchk pax pcat perl pg pr print printf ps pwd read readonly red return rev rm rmdir sed select set sh shift size sleep sortpell split start stop strings strip stty sum suspend sync tail tar tee test then time times touch tr trap true tsort tty type typeset ulimit umask unalias uname uncompress unexpand uniq unpack unset till uudecode uuencode vi vim vpax wait wc whence which while who wpaste wstart xargs zcat

更新:

您可能还指的parameters是以前景突出显示的蓝绿色#008080)以及背景水蓝色#00FFFF)。

参数

相关内容