Search Results

Search: Posts Made By: tariq_m
1,118
Posted By tariq_m
Error term undefined
i keep getting this error when i ssh using my id - any idea
4,586
Posted By tariq_m
Perl dbdsybase/xlsx writer
is it possible directly copy the perl module file to some path and make it work?
like the attached rpm? I am trying to get this work. I have no root permission and i have to migrate some perl code...
1,926
Posted By tariq_m
Rename file to kanji -- Solaris
may be utf8...though i am not sure, how do i find out...?

file -i file.txt
regular file

vi file.txt
\203\214\203|\201[\203g

less file.txt
<83><8C><83>|<81>[<83>g

file created using...
1,926
Posted By tariq_m
Rename file to kanji -- Solaris
Hi,

My shell script calls a perl script to create an excel and the shell
script emails the excel. This excel file needs to be renamed
to some Kanji name.

I have a flat file that has the...
871
Posted By tariq_m
thanks a lot!!!!!!!!!! i tried this one below and...
thanks a lot!!!!!!!!!! i tried this one below and it worked... echo abc=123T=43434=000 | sed -n 's/.*c=\([a-zA-Z0-9]*\)=.*/\1/p'
871
Posted By tariq_m
sed -- need help
Help me with the below..my desired output is 123T

> echo abc=123T=43434=000 | sed -n 's/.*c=\(.*\)=.*/\1/p'
>123T=43434

How do I get sed to stop matching at the first '=' ?
There may be n no...
Showing results 1 to 6 of 6

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