标签: linux windows command-line git-bash
如何在 Win10 上安装 jot 命令,因为我使用Git Bash运行 xxx.sh 并显示如下异常:
jot: command not found
我该如何解决这个问题?
答案 0 :(得分:1)
jot (seen here)是一个BSD命令。
jot
所以,除非你能得到它sources (usr.bin/jot/jot.c)并以某种方式重新编译它为mingw,我不认为它在Linux上或在Windows上作为exe提供。
usr.bin/jot/jot.c