我有以下信息的文件
testing testing testing
我想使用sed或任何linux命令在第一个测试单词之前插入一个单词(已测试)
需要输出像
tested testing testing testing
谢谢
linux awk sed
awk ×1
linux ×1
sed ×1