![]() |
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 |
| sqlload not found error | abhi_123 | UNIX for Dummies Questions & Answers | 2 | 06-02-2008 08:54 AM |
| ftp error 550 folder not found | lnarayana | UNIX for Dummies Questions & Answers | 1 | 03-17-2008 05:18 PM |
| library not found error | virtual_j | High Level Programming | 1 | 08-31-2005 10:48 AM |
| .netrc -- macro not found error | edu_escandor | UNIX for Dummies Questions & Answers | 2 | 03-07-2005 06:32 AM |
| ERROR -> ./txt1[2]: x: not found | k_oops9 | Shell Programming and Scripting | 2 | 11-08-2004 09:19 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi I have to move data to a file based on the valuies of first three characters in a file I am using the following script
FIN=$LOC/TEST.TXT FEEDFILE=$LOC/TUE_GROSSJE.TXT #Read the file while read FDROW do FEEDROW=$FDROW; DTYPE=`echo $FEEDROW |cut -c 1-3` if [$DTYPE=351] ; then $FEEDROW >> $FIN fi done < $FEEDFILE However whenever I am executing the script I am getting the error as [351=351]: not found the data with 351 as first three characters is present in the file Please help |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|