编写一个bash脚本以输出一个文本文件nowcoder.txt中第5行的内容。 示例: 假设 nowcoder.txt 内容如下: welcome to nowcoder this is shell code 你的脚本应当输出: is
示例1

输入

welcome
to
nowcoder
this
is
shell
code

输出

is
加载中...