help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-bash] skip a script based on own filename variable


From: Greg Wooledge
Subject: Re: [Help-bash] skip a script based on own filename variable
Date: Mon, 22 Apr 2013 08:35:06 -0400
User-agent: Mutt/1.4.2.3i

On Sat, Apr 20, 2013 at 05:56:01PM +0000, adrelanos wrote:
> Those are run with run-parts

Which uses globbing.

> I am
> looking for some generic code to deactivate chosen scripts by name.

mv 70_update_command_not_found .70_update_command_not_found

To reactivate it:

mv .70_update_command_not_found 70_update_command_not_found



reply via email to

[Prev in Thread] Current Thread [Next in Thread]