You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf"/program/\na\n09:00-11:00: Poster session\n.\nw\nq\n"| ed -s schedule_day1.txt > /dev/null
149
+
sed -i '/program/a 09:00-11:00: Poster session' schedule_day1.txt > /dev/null
150
150
git add *&& git commit -m "Add poster sessions in the morning"
151
151
152
-
printf"/session/\na\n11:00-11:15: Coffee break\n.\nw\nq\n"| ed -s schedule_day1.txt > /dev/null
152
+
sed -i '/session/a 11:00-11:15: Coffee break' schedule_day1.txt > /dev/null
153
153
git add *&& git commit -m "Add coffee breaks"
154
154
155
-
printf"/break/\na\n11:15-12:15: Talk professor A.\n12:15-13:30: Lunch\n13:30-15:00: Workshop\n15:00-16:00: Talk professor B.\n.\nw\nq\n"| ed -s schedule_day1.txt > /dev/null
155
+
sed -i "/break/a 11:15-12:15: Talk professor A.\n12:15-13:30: Lunch\n13:30-15:00: Workshop\n15:00-16:00: Talk professor B." schedule_day1.txt > /dev/null
0 commit comments