Linux其他命令


[cal] 显示日历
[clear] 清屏
[gcc] 编译C语言代码
[as] 汇编
[bc] 计算
[rpm] RedHat的包管理
[dpkg] Debian的包管理
[installpkg] Slackware的包安装(删除命令则是removepkg)
[xf86setup ,turboxfg,Xconfigurator] 配置 X 服务器
[startx] 启动 X-Window 系统
附:组合命令
重定向,如
$ ls -l /bin ] ls-output
$ more ls-output
管道命令,如
$ cat file1 file2 | sort | uniq
经常被用于管道的命令
awk, fold, grep, head, nnkf, pr, sed, sort, tail, tee, tr, uniq, wc

相关内容

    暂无相关文章