John ONeill

Results 4 comments of John ONeill

Can you explain why sed -e is needed on Darwin? I don't have Darwin system but Apple man page https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/sed.1.html says "Multiple commands may be specified by using the -e...

I forgot to say thanks for your submissions, so thanks. On Mac OS, sed -i -e 's/\r//' ncsdk.conf creates a backup file ncsdk.conf-e which isn't intended. This has a good...

make doesn't run in parallel unless you run at make -jN with N>1... Are you seeing something different? On what system? GNU make knows how to execute several recipes at...

I forgot to thank you, @ek9852 , for the submissions on this as well, so thanks again. I did a search on AWS running make in parallel and didn't find...