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