![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use pipes but miss a action | fredted40x | UNIX for Dummies Questions & Answers | 2 | 05-08-2009 11:36 AM |
| PHP and Javascript in action | c0mrade | Shell Programming and Scripting | 0 | 09-22-2008 08:30 PM |
| CEP: What about the action? | iBot | Complex Event Processing RSS News | 0 | 02-15-2008 11:20 AM |
| action command | esham | Shell Programming and Scripting | 5 | 07-30-2005 04:04 AM |
| any idea to repeat a action in VI | myelvis | UNIX for Dummies Questions & Answers | 6 | 11-26-2003 06:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
same action in then as in else: explanation?
in /etc/init.d/networking of an ubuntu computer, I found this code:
Code:
if ifdown -a --exclude=lo; then
log_action_end_msg $?
else
log_action_end_msg $?
fi
Code:
ifdown -a --exclude=lo log_action_end_msg $? Raphaël Last edited by pludi; 10-13-2009 at 07:57 AM.. Reason: code tags please... |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Tags |
| bash, init, shell, ubuntu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|