patacongo commented on issue #528: sched/mqueue: Correct/update license headers. URL: https://github.com/apache/incubator-nuttx/pull/528#issuecomment-597282019 > you could probably really do all of that with head, cat, and tail yes, for that example i think you could just do: head -3 sched/init/nx_start.c >tmpfile cat license-file.txt >>tmpfile cat sched/init/nx_start.c | sed -e 1,32d >>tmpfile Works like a charm.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
