2 Matching Annotations
  1. Jun 2021
    1. Different ways to prepend a line: (echo 'line to prepend';cat file)|sponge file sed -i '1iline to prepend' file # GNU sed -i '' $'1i\\\nline to prepend\n' file # BSD printf %s\\n 0a 'line to prepend' . w|ed -s file perl -pi -e 'print"line to prepend\n"if$.==1' file
  2. Nov 2017
    1. The majority of time allocated to working with text focused on disciplinary knowledge activities that did not actively engage students in making sense of texts.

      What would be some instructional designs that helps students to make sense of the texts?