在他们的网站上,他们说只需输入bleachbit --(这里的论点),但所做的只是打开程序。我做错什么了吗?
发布于 2011-04-23 10:52:17
自2009年09/07/2009以来,关于命令行界面的网页一直没有更新。命令行接口现在有了自己的二进制( bleachbit_cli )
info: starting BleachBit version 0.8.0
debug: appicon_path = '/usr/share/pixmaps/bleachbit.png'
Usage: bleachbit_cli [options] cleaner.option1 cleaner.option2
Options:
-h, --help show this help message and exit
-l, --list-cleaners list cleaners
-d, --delete delete files and make other permanent changes
--sysinfo show system information
-p, --preview preview files to be deleted and other changes
-v, --version output version information and exit
-o, --overwrite overwrite files to hide contents发布于 2021-01-21 06:22:59
lols喜欢你的回复:rtfm ;)
如果您想要回答自己的问题,请重新回答:使用cli/终端模拟器中的任何prog,学习使用man命令、info命令和--帮助或-h标志。
...in未来您可以从终端窗口输入应用程序名,以"info“为前缀或以”--帮助“或”-h“作为后缀。您还可以键入"man“,然后按enter/return,然后按正斜杠空格"/searchtermnospace”,以查找您感兴趣的任何单词的匹配项。输入"n“以进入手册中搜索词的下一个步骤。
下面是许多详细说明如何在特定手册页中搜索所需内容的页面之一,有效地检查它并进行一些实践。学习这个基本级别将使使用任何来自cli的程序更容易。
如果您不喜欢这种格式,请在网上寻找好的替代方案(格式明智看起来很性感)(如谷歌“男子在线替代方案”https://osxdaily.com/2016/08/27/search-man-pages-command-line/ )
这个链接与mac有关,但它的unix/unix类似于meh。它适用于你的情况。
https://askubuntu.com/questions/36564
复制相似问题