#!/bin/bash #显示所有文件 : << ! 结果: /root/.bash_history /root/.bash_logout /root/.bash_profile /root/.bashr ! for FILE in $HOME/.bash* do echo $FILE done