Unixスクリプトファイル(.sh)を作成するとき、Notepad ++で青いハイライトは何を意味しますか?
たとえば、
for i in {0..16};do (awk '/AvgSeqDepth/ {while (getline > 0) print $3}' `${array[$i]}`) >> bashlines.txt;done
${array[$i]}
Notepad ++では青で強調表示されます。
スクリーンショット:
teal
よりblue
。
Unixスクリプトファイル(.sh)を作成するとき、Notepad ++で青いハイライトは何を意味しますか?
たとえば、
for i in {0..16};do (awk '/AvgSeqDepth/ {while (getline > 0) print $3}' `${array[$i]}`) >> bashlines.txt;done
${array[$i]}
Notepad ++では青で強調表示されます。
スクリーンショット:
teal
よりblue
。
回答:
Settings> Style Configuratorを開くと、言語のスタイルと構文を調べてカスタマイズできます。Bashについて、intruction words
またはコマンドはデフォルトで青(#0000FF
)として強調表示されます。
キーワードのリストは次のとおりです。
エイリアスar asa awkバナーbasename bash bc bdiff break bunzip2 bzip2 calカレンダーケースcat cc cd chmod cksum clear cmp col comm compress compress cp cpio crypt csplit ctags cut date dc dd declare 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 file find fmt fold for functions functions getconf getopt getopts grep gres hash head help history iconv id if in integer jobs join 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 sort spell split stop strings strip stty sum suspend sync tailターティーテストその後時間タッチtrトラップtrue tsorttty type typeset ulimit umask unalias uname uncompress unexpand uniq unpack unset until uudecode uuencode vi vim vpax wait wc whence which who who wpaste wstart xargs zcat
また、に言及することができるparameters
のフォアグラウンドで強調されているティール(#008080
)との背景アクア(#00FFFF
)。