Termux 'termux-storage-get' 错误:没有指定输出文件
当你在 Termux 中执行 'termux-storage-get' 命令时,如果没有指定输出文件,会显示 'termux-storage-get: no output file specified' 错误。要解决这个问题,你需要指定一个输出文件。
以下是正确的使用方法:
termux-storage-get -o /path/to/output/file
在上述命令中,'-o' 选项用于指定输出文件的路径。你需要将 '/path/to/output/file' 替换为你想要保存文件的实际路径。
例如,如果你想将输出文件保存到 Termux 的主目录中的 'output.txt' 文件中,你可以执行以下命令:
termux-storage-get -o ~/output.txt
请确保在使用 'termux-storage-get' 命令时指定了正确的输出文件路径。
原文地址: https://www.cveoy.top/t/topic/qqiL 著作权归作者所有。请勿转载和采集!