![]() |
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 |
| simple grep is not working for me | samnyc | Shell Programming and Scripting | 4 | 04-02-2009 03:46 PM |
| grep not working | u263066 | UNIX for Dummies Questions & Answers | 5 | 09-26-2008 08:22 AM |
| cat and grep not working | jphess | UNIX for Advanced & Expert Users | 3 | 09-08-2008 04:51 PM |
| grep -r isn't working | harishmitty | SUN Solaris | 8 | 09-04-2008 02:44 AM |
| Grep not working - special characters?? | gugs | Shell Programming and Scripting | 3 | 07-31-2008 11:22 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
grep is not working for few extensions
HI all,
I am trying to grep few words in with file extension of srw. But grep is not giving any output. File has all the permisssions to read,write,execute. If i try to search manually i can notice words whatever i want in the file. my command is very simple Code:
grep -i "word" *.srw I copied file from windows to UNIX. after copy i observerd that "\377\376" added at the first line automatically. Is this creates any issue? Last edited by spc432; 08-24-2009 at 03:27 AM.. Reason: for clear idea |
|
||||
|
Hi thanhdat,
Its working fine. But I copied file from windows to UNIX. After copy, I observerd that "\377\376" added at the first line automatically. If i remove this, grep is working fine. can any one tell why "\377\376" added at the begining for all the files.... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|