This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
программирование_на_shell [2013/05/22 13:50] 127.0.0.1 внешнее изменение |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ''$ **cat etc/rc**'' | ||
- | <code> | ||
- | #!/bin/sh | ||
- | |||
- | for i in etc/rc.d/* | ||
- | do | ||
- | $i $1 | ||
- | done | ||
- | </code> |