shell 指令集合(不定期更新)

指令 作用
cd 进入目录
ls 查看目录
du -sh * 查看当前目录下文件及文件夹大小
rm -rf 目录/文件 强制删除文件
mv a.txt b.txt 移动文件 同目录下表示更改文件名
mv a.txt b.txt 移动文件 同目录下表示更改文件名
clear 等同于win的cls 清除窗口数据
source .bash_profile 使配置文件生效(.bash_profile为当前用户配置环境变量 )
defaults write com.apple.finder AppleShowAllFiles -bool true mac 显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false mac 不显示隐藏文件
openssl dgst -sha256 压缩包 查看文件sha256

你可能感兴趣的:(shell 指令集合(不定期更新))