摘要:
cut命令用来剪下文本文件里的数据,文本文件可以是字段类型或是字符类型。 cut - remove sections from each line of files 语法 cut OPTION... [FILE]... 选项 -b --bytes=list #select only these by 阅读全文
摘要:
转自:http://blog.csdn.net/apache0554/article/details/45508631 cat <<EOF和cat <<-EOF两个都是获取stdin,并在EOF处结束stdin,输出stdout。 但是<<-是什么意思呢? 先来看man中的说明: If the re 阅读全文