免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1335 | 回复: 3
打印 上一主题 下一主题

请大家帮忙看道题,谢谢! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-08-25 09:45 |只看该作者 |倒序浏览
Write a shell script (to run on the Bourne shell) that takes a file name as argument and then compresses and decompresses the file with each of the following programs:

compress                gzip                zip

For each of the compressing programs, the script notes the size of the file before and after compression. Then, the script displays a table showing the compression program, uncompressed size, compressed size, and compression ratio (up to one place of decimal). The table should be ordered by the compression achieved, with figures for the most efficient compression featuring at the top. Before using a compressing program to manipulate the file, your script must verify that the file actually exists under the current directory and is readable.

You would probably need to research these UNIX commands: set, awk, sort.

Your script for this task must be named compr.sh. Make sure your script is user-friendly and follows common sense. Here is a sample output (The $ is the shell prompt, and ff is the file name):

$ compr.sh ff
File: ff
gzip                17375        5550                68.1
zip                17375        5665                67.4
compress                        17375        7641                56.0

论坛徽章:
0
2 [报告]
发表于 2006-08-25 10:31 |只看该作者
没什么难度吧
就是 ls -l|awk,还有bc
最后echo出来就可以

论坛徽章:
0
3 [报告]
发表于 2006-08-25 10:54 |只看该作者
怎么让bc 五进十 ?

论坛徽章:
0
4 [报告]
发表于 2006-08-25 11:24 |只看该作者
对不起,bc不行,HP上用bs
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP