当前位置: 技术问答>linux和unix
script 求解
来源: 互联网 发布时间:2016-02-22
本文导语: 有一问题,请求指教,越快越好,多谢! (中,英文均可以) question 1: using the c shell under unix ,you are to write a c shell scri...
有一问题,请求指教,越快越好,多谢! (中,英文均可以)
question 1: using the c shell under unix ,you are to write a c shell
script(not a c program) that reads standard input and writes to
standard output a frequency list of the ten most frequent words in
the input file.the first field of the output will indicate the frequency
and the second field will indicate the word.
for example:
150 the
130 a
43 tea
20 out
问题1: 用unix中的c shell写一个脚本(并非程序),请用tr ,sort, uniq, head commands可以:
1,) 输出一个短文,
2,) 列出其中10 个出现最多的字
3,) 要求统计数字在前,文字在后边。
例如:
150 文
130 一
43 茶
20 出
问题2:write a new script that asks for input from a file in a user-friendly manner
再写一个新脚本,要有友好用户提示:
例如:
欢迎使用文字统计, 请键入你要统计的文件名:
问题3:write a c shell script which ,building on the basic script shown in question 1 ,
go through all the files in a directory and gives a frequency list of ten most frequent
words in each file.
写一个脚本,以问题1 为基础,分别列出同一目录中的几个文件的常出现字,
question 1: using the c shell under unix ,you are to write a c shell
script(not a c program) that reads standard input and writes to
standard output a frequency list of the ten most frequent words in
the input file.the first field of the output will indicate the frequency
and the second field will indicate the word.
for example:
150 the
130 a
43 tea
20 out
问题1: 用unix中的c shell写一个脚本(并非程序),请用tr ,sort, uniq, head commands可以:
1,) 输出一个短文,
2,) 列出其中10 个出现最多的字
3,) 要求统计数字在前,文字在后边。
例如:
150 文
130 一
43 茶
20 出
问题2:write a new script that asks for input from a file in a user-friendly manner
再写一个新脚本,要有友好用户提示:
例如:
欢迎使用文字统计, 请键入你要统计的文件名:
问题3:write a c shell script which ,building on the basic script shown in question 1 ,
go through all the files in a directory and gives a frequency list of ten most frequent
words in each file.
写一个脚本,以问题1 为基础,分别列出同一目录中的几个文件的常出现字,
|
convert to lines first
then sort them
finally to calculate the lines of each word
then sort them
finally to calculate the lines of each word
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。