![]() |
|
|
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 |
| 'end of file' unexpected | srisreeku | Shell Programming and Scripting | 1 | 04-28-2008 03:39 PM |
| unexpected 'end of file' + sed command | kamel.seg | High Level Programming | 1 | 02-08-2008 11:00 AM |
| unexpected end of file | dineshr85 | Shell Programming and Scripting | 2 | 10-15-2007 03:47 AM |
| gunzip: unexpected end of file | sicjedi | UNIX for Advanced & Expert Users | 4 | 09-15-2006 11:41 AM |
| 'end of file' unexpected | abhijeetkul | Shell Programming and Scripting | 4 | 04-10-2006 07:42 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Looks like there is a syntax problem. check if all the loops are closed.
cat file1 | tr -s " " | cut -d " " -f 2 This command opens the file, tr-s command deletes the extra spaces, so that space can be used as a delimiter. For more information, man cut... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|