This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
программирование_на_shell [2014/07/03 09:39] val удалено |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ''$ **cat etc/rc**'' | ||
- | <code> | ||
- | #!/bin/sh | ||
- | |||
- | for i in etc/rc.d/* | ||
- | do | ||
- | $i $1 | ||
- | done | ||
- | </code> |