最佳答案
在我的程序中,我希望首先获得用户输入,并在每个 /
之前插入一个 \
所以我写了这个,但是没有用。
echo "input a website"
read website
sed '/\//i\/' $website