我有时会在 bash 脚本中看到类似的注释框架:
\n#!/bin/bash\n#===================================================================================\n#\n# FILE: stale-links.sh\n#\n# USAGE: stale-links.sh [-d] [-l] [-oD logfile] [-h] [starting directories]\n#\n# DESCRIPTION: List and/or delete all stale links in directory trees.\n# The default starting directory is the current directory.\n# Don\xe2\x80\x99t descend directories on other filesystems.\n#===================================================================================\nRun Code Online (Sandbox Code Playgroud)\n是否有任何程序可以生成这样的装饰以供评论,或者人们通常手动创建它?
\nPS 经过一番搜索,我发现了类似的线程:
\n How can I create a message box from the command line?
\n bash 脚本,在框中回显输出