会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
liyropt
stay hungry, stay foolish
博客园
首页
新随笔
联系
管理
订阅
2013年3月18日
提取文件某列的小脚本
摘要: 最近要从数据表(latex文件)中提取其中的两列数据,因为文件多,写了一个小脚本colext。#!/bin/bashif [$#<4];thenecho "Argument number <4\n"exitfifile=$1c1="\$$2"c2="\$$3"#echo ${c1} ${c2}awk -F"&" "{print ${c1} ${c2}}" $file | sed -e "/^\t/d" -e "/^$/d" -e
阅读全文
posted @ 2013-03-18 13:04 liyropt
阅读(294)
评论(0)
推荐(0)
编辑
公告