Tôi đang cố gắng để tạo ra một kịch bản mô-đun. Tôi có một số tập lệnh / lệnh được gọi từ một tập lệnh.
Tôi muốn tiền tố đầu ra của mỗi lệnh riêng biệt.
Kiểm tra:
Các tệp của tôi là allcommands.sh / lệnh1.sh / lệnh2.sh
đầu ra lệnh1.sh
file exists
file moved
đầu ra lệnh2.sh
file copied
file emptied
allcommands.sh chạy các kịch bản command1.sh và command2.sh
Tôi muốn tiền tố mỗi đầu ra của hai tập lệnh như thế này:
[command1] file exists
[command1] file moved
[command2] file copied
[command2] file emptied
sed
chức năng. Tôi xin lỗi.
sed "s/\^/command1 /"