复制/etc/profile至/tmp/目录,用查找替换命令删除/tmp/profile文件中的行首的空白字符

[root@CentOS7 data]#cp /etc/profile /tmp/
[root@CentOS7 data]#vim /tmp/profile 
:%s/^[[:space:]]\+//

你可能感兴趣的:(复制/etc/profile至/tmp/目录,用查找替换命令删除/tmp/profile文件中的行首的空白字符)