编程谜语 - 如何创建名为"--help"的文件



前段时间,我的朋友让我创建一个名为&quot--帮助;在Bash。你知道如何做到这一点吗?

我脑海中的想法:

: > --help
: >> --help
touch -- --help
dd if=/dev/zero of=--help bs=1 count=1
truncate --size 0 -- --help

最新更新