On Fri, May 8, 2009 at 1:12 AM, Jason Todd Slack-Moehrle
wrote:
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on each other.
>
The ABS guide http://tldp.org/LDP/abs/html/ and the GNU bash manual
http://www.gnu.org/software/bash/manual/
should help
On 08 May 2009, at 6:58 PM, MHR wrote:
> On Thu, May 7, 2009 at 10:12 PM, Jason Todd Slack-Moehrle
> wrote:
>> Hi All,
>>
>> I need to write a script that I will manu
On Fri, 8 May 2009 09:58:46 -0700 MHR wrote:
>
>
>If you're asking these kinds of questions, a basic primer on how to
>use bash, and shell scripting in general, seems to be in order. It
>never hurts to have good manuals around if you are not thoroughly
>familiar with a particular paradigm, and it
On Thu, May 7, 2009 at 10:12 PM, Jason Todd Slack-Moehrle
wrote:
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on eac
On Thu, May 07, 2009 at 10:12:59PM -0700, Jason Todd Slack-Moehrle wrote:
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps de
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on each other.
>
> Example:
>
> cd /system_backups/
# timestamp in -MM-DD forma
Jason Todd Slack-Moehrle wrote:
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on each other.
>
> Example:
>
> cd
Jason Todd Slack-Moehrle wrote:
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on each other.
A few commands ca
On Thu, May 07, 2009 at 10:12:59PM -0700, Jason Todd Slack-Moehrle wrote:
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> o
On Thu, May 07, 2009 at 10:12:59PM -0700, Jason Todd Slack-Moehrle wrote:
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps de
Jason Todd Slack-Moehrle writes:
>
> Hi All,
>
> I need to write a script that I will manually start (or a cron job in
> future) but I need it to do a number of things in order one after
> another. How do i do that so everything gets dont as the steps depend
> on each other.
>
> Example
Hi All,
I need to write a script that I will manually start (or a cron job in
future) but I need it to do a number of things in order one after
another. How do i do that so everything gets dont as the steps depend
on each other.
Example:
cd /system_backups/
tar cvf apache-conf.tar /etc/h
12 matches
Mail list logo