Answers:
根据源代码中ascmagic.c中的第52行和第214-215行,有300多名教职工。
可以在这里找到源代码(从Debian手册页获取链接file
):ftp :
//ftp.astron.com/pub/file/
蛮力(加上这是一个程序,对吗?因此使它与编程相关吗?):
$ for i in {1..301}; do printf "%${i}s" "." | file - | grep very && echo $i; done
/dev/stdin: very short file (no magic)
1
/dev/stdin: ASCII text, with very long lines, with no line terminators
301