Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读 Korn排版命令并发现该-t选项添加了一个标签,但我无法弄清楚它的用途。有人有例子吗?
-t
-t 标记名称。标签是用户可定义的,对 shell 没有特殊意义。
我也想知道这个,发现没用,你可以运行
typeset +t
如果您愿意,可以返回所有“标记”变量。
http://www.shelldorado.com/search/search-swish.cgi
在这里,他们使用它来定义一组允许的变量。