in reply to Script Automation
will not work - unlike Perl, shells take a newline (or a ;) as a statement terminator - that line will be seen as one #! line:#!/bin/sh # df -k /var/log # end of script
is just three lines of comments, so you should loose the second #.#!/bin/sh # df -k /var/log # end of script
|
---|
Replies are listed 'Best First'. | |
---|---|
A reply falls below the community's threshold of quality. You may see it by logging in. |