Search Results

Search: Posts Made By: obedkhan
Forum: HP-UX 08-23-2006
15,644
Posted By obedkhan
Thanks, Bob. It is worked fine.
Thanks, Bob. It is worked fine.
Forum: HP-UX 02-26-2006
15,644
Posted By obedkhan
Cut rows
Hi,

I have a requirement to search for two words and grep all the lines between them. For e.g. :

$cat file.dat
abc,To,number
acd,To,cnz \* flexibile select *\
bcd,To,lla
anz,From,kln...
Forum: HP-UX 02-25-2006
80,844
Posted By obedkhan
Thanks.
Thanks a lot. it is working fine.
Forum: HP-UX 02-25-2006
7,899
Posted By obedkhan
Thanks a lot.
Thanks a lot, it is working.
Forum: HP-UX 02-16-2006
80,844
Posted By obedkhan
If the character is \307
I am experiencing problem while executing the command :

awk '{c+=gsub(s,s)}END{print c}' s='character' filename

for character '\307'. could you please tell how to handle these type of...
3,363
Posted By obedkhan
sed utility to replace /307 with comma
Hi,

I have a requirement to replace '/307' with comma ',' .
for e.g. :
$ cat dm.dat
-------------
decimdal("\307") acct

$echo $l
\307

$echo $k
,

$sed -e "s/$l/$k/" dm.dat > dm1.dat...
17,086
Posted By obedkhan
How to ftp top 50 lines of remote file.
Hi All,

I have a requirement to ftp first top 100 lines of the file. Please help me in getting top 100 lines without creating temporary file in remote server.

I really appreciate earliest...
Forum: HP-UX 11-04-2005
7,899
Posted By obedkhan
count commas in a script
I've a text file which is delimeted by a comma. But there are some commas in side a quoted string. For ex:

My file a1.txt contains:
"ab,bef",a,b,1,2,"abcde",0,

If you look at the above...
Showing results 1 to 8 of 8

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