如何用shell获取文件名并作为另一个程序的输入

2024-11-17 06:03:34
推荐回答(1个)
回答1:

#!/bin/sh

read -p "请输入文件名: " fn;
cat $fn