LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: lordbyorn

怎样转换以下文档??

[复制链接]
 楼主| 发表于 2003-6-23 15:31:35 | 显示全部楼层
$echo abcde | sed -e 'y/[a-z]/[A-Z]/'
means change [a-z] to [A-Z]
in 'abcde' case only change a to A(causo no [ - z ] in the input)
so no use.
you msiunderstand y command
发表于 2003-6-23 15:35:22 | 显示全部楼层
sorry,这里是我弄错了
sed -y好像非得用y/ABCDEFGHI/abcdefghi/这样的写法才可以
不支持[A-Z]..
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表