GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CHICKEN-DO(1) FreeBSD General Commands Manual CHICKEN-DO(1)

chicken-do
run a shell command unless the target exists and any dependency is not newer than the target

chicken-do [-q] [-h] [--] TARGET ... : DEPENDENCY ... : COMMAND ...

If the files TARGET ... do not exist, or if any of the files in DEPENDENCY ... are newer than one of the target files, then execute the shell commands in COMMAND ....

The program accepts the following options:

Show usage and exit.
Quiet operation - do not print shell commands when they are executed.
Treat all following tokens as target filenames, even if they begin with a - character.

The chicken-do utility exits 0 on success, and >0 if an error occurs.

Build a C program from sources:

$ chicken-do prg: prg.c inc.h: gcc prg.c -o prg

chicken(1), chicken-status(1), chicken-install(1), chicken-uninstall(1), csc(1)

More information can be found in the CHICKEN User's Manual.

The CHICKEN Team

Submit bug reports by e-mail to chicken-janitors@nongnu.org
April 26, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.