Search Suggest

Bài đăng

Replace string in linux using sed command

File output

# cat file
hello

Replace hello from file using sed command

# sed 's/hello/hi/' file
#cat file
hi

Đăng nhận xét