![]() |
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 |
| How to extract date with time from file | prash_b | Shell Programming and Scripting | 5 | 06-18-2008 09:30 AM |
| Extract Monday from given date | itsme_maverick | UNIX for Advanced & Expert Users | 2 | 05-29-2008 05:15 AM |
| Extract Date from file | magi | Shell Programming and Scripting | 2 | 09-30-2007 01:07 AM |
| extract date portion from file | misenkiser | Shell Programming and Scripting | 5 | 10-06-2006 06:37 AM |
| Extract century from date (Solaris platform) | u449064 | SUN Solaris | 1 | 02-09-2006 01:34 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
extract date
I run few command from c shell script and after this i want to check the status. I write the following code and it give the error message like "Variable Syntax". Here is my code:
#/ !/bin/csh -f rm -f <filename> if ($? != 0) then echo " command does not executed successfully!" end if Pl. let me know where i am wrong? ![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|