文件操作
复制:
cp -R test test4 =====> 复制该目录并且目录下所有文件
cp *script Mod_Scripts/ ====>将所有script结尾的copy到Mod_Scripts目录下
链接文件:
ln -s test.sh /home/hadoop/hgl/ln_test_pwd ====>ln -s 前面跟脚本 后面跟路径
查看文件:
cat less more tail head
cat -n test.sh ===>显示行号查看