ls -alh | wc -l returns 89. I can subtract "..", ".", and the "totals" lines, so that's 86 init scripts.
Big O for 86 scripts is 86 * n, which simplifies to "n". I'm not concerned.
Yeah, that's not how computational complexity works.
ls -alh | wc -l returns 89. I can subtract "..", ".", and the "totals" lines, so that's 86 init scripts.
Big O for 86 scripts is 86 * n, which simplifies to "n". I'm not concerned.