Search Results

Search: Posts Made By: neilrhysjenkins
833
Posted By neilrhysjenkins
Thanks CarloM and RudiC. I have converted to -s...
Thanks CarloM and RudiC. I have converted to -s on the egrep as CarloM suggested and now it doesn't throw the (standard input) message but shows me the result of the egrep instead. I've also tested...
833
Posted By neilrhysjenkins
Query on (standard input) messages being issued by script
Hi.

I'm working in an IBM mainframe UNIX environment and am running a script as follows:

for i in `find . -name *.xml -type f`
do
test -f $i && iconv -f IBM-932 -t IBM-1047 $i | egrep -l $1...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy