Mac ls 的问题:error : invalid character '' in LSCOLORS env var.
解决:
在 bash_profile 修改 LSCOLORS 为:export LSCOLORS=ExFxCxDxBxegedabagacad
Linux 在当前目录下列出带全路径的文件名find $PWD -maxdepth 3 | xargs ls -ld
Mac 登录远程系统问题:-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
在 .bash_profile 添加信息:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8