一、实验任务及结果 1. 创建一个名为 n_column 的文件。在当前文件中输入以下信息并保存,注意其格式为单列多行。首先查看文件内容 , 然后分别按先行后列、先列后行显示。 Monday Tuesday Wednesday Thursday Friday Saturday Sunday 2. 请你创建两个文件,分别命名为 file1 和 file2. file1 如下: "Open Source" is a good mechanism to develop programs. apple is my favorite food. However, this dress is about $ 3183 dollars.^M GNU is free air not free beer.^M motorcycle is cheap than car. google is the best tools for search keyword. goooooogle yes! go! go! Let's go. # I am VBird file2 如下: If I don't study hard, I will regret it tomorrow However, I just don't want to try Apple is good for health. 在两个文件中搜索 apple is ,不区分大小写,且显示出对应的行号和行的内容。 在 file1 中找出以 go 开头的行和行号。 在 file1 中找出 ’d.’ 字符串(注:该字符串为一个字母 d 和一个标点符号 . 构成)。 3. 首先创建文件 practice01.txt ,内容如下: 9 56 2 100 4 43 将文件 practice01.txt 内容( 1 )按数值大小升序排列( 2 )按 ASCII 码值升序排序,并说明如果想省略文件包含一些特殊字符时,该如何处理? 4. 首先创建文件 practice02.txt 内容如下: Accused:cancer:scientist:resigns:as:editor:of Bucking:global:trends:Japan:again:embraces:coal NIH’s:neuroscience:institute:will:limit:grants:to (注意:单词之间为“:”) 将文件 practice02.txt 内容限定第三列字段进行排序 5. 首先创建文件 practice03.txt 内容如下: Science Home A weekly roundup of information on newly Authors AAAS an international nonprofit scientific Careers Search Jobs Enter keywords locations or job 请描述使用命令 sort practice03.txt > practice03.txt 后文件 practice03.txt 的变化,说出这种变化的原因,和解决办法。 二、实验总结及问题 1 、学会使用什么做什么事情; 2 、在实验过程中遇到了什么问题?是如何解决的? 3 、还有什么问题尚未解决?可能是什么原因导致的。 注意: 1、 请大家将实验结果通过学习通提交。