462 Câu hỏi
490 Trả lời
28 Bình luận
15.8k Thành viên
thay the Hello -> Howdy # sed -i 's/Hello/Howdy/g' /opt/docs/welcome.txt
the thay nguyen thu muc # find /opt/docs/ -type f -exec sed -i 's/Hello/Howdy/g' {} \;