![]() |
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 |
| Gentoo: GnuTLS Execution of arbitrary code | iBot | Security Advisories (RSS) | 0 | 05-22-2008 12:50 PM |
| Mandriva: 'ghostscript' arbitrary code execution | iBot | Security Advisories (RSS) | 0 | 02-29-2008 03:10 PM |
| Scripts execution | aladdin | UNIX for Dummies Questions & Answers | 9 | 01-11-2007 03:08 PM |
| Please help on shell scripts execution | duke0001 | Shell Programming and Scripting | 13 | 09-20-2006 03:31 PM |
| Status code of last command execution | tipsy | Shell Programming and Scripting | 1 | 07-21-2006 01:14 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
This is not a particular Issue ,in fact i noticed this behavior with different scripts, all with may lines and complicated workflow, generaly the scripts fails with sintax error at the last line of the code but if you trace de logs , all the job is done.
If the script is fully charged in the machine's memory , wHow Could This Be Happening ? Regards. |
|
|||||
|
Shell scripts do not support dynamic changes during execution. If you ignore this restriction you will get unpredicable results. Shells tend to read their scripts as needed, but using large buffers. Also ksh compiles a script dynamically during execution but it may not do this if you are tracing.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|