Search Results

Search: Posts Made By: abdurrouf
3,470
Posted By abdurrouf
Thank you so much pmm! I greatly appreciate your...
Thank you so much pmm! I greatly appreciate your help that really helped me lot since I'm novice in scripting, somehow ' ' didn't work but " " works.
3,470
Posted By abdurrouf
Thank you Gunther & gsiva, here is more...
Thank you Gunther & gsiva, here is more clarification of my requirement:
The output of "ct lsview -s" command is (example):
agutierr_EPASUE
Arajurka_CTI_Source_Rel_2.0_Integration...
3,470
Posted By abdurrouf
Use of grep within scripts
Hello,

I used the command (to see all names staring with a):
cleartool lsview -short | grep ^a, it works fine, but when I used the same command within script, didn't work.

Also I wanted to see...
5,804
Posted By abdurrouf
regex extraction
Thank you ghostdog74,

Actually my file content is as follows:
./s/sherg_fyd_rur:blkabl="R23.21_BL2008_0122_1"
./h/serge_a75:rlwual="/main/r23.21=26-Mar-2008.05:00:20UTC@R11.31_BL2008_0325"...
5,804
Posted By abdurrouf
regex extraction
Hello fpmurphy,

Please help! I also tried making the 6 splits. Put the additional characters s/ or h/ into another veriable, but still showing parse error and returning the out put to \3 \5.
...
5,804
Posted By abdurrouf
regex extraction
Little modification:
I tried as follows:

Then I modified the command as follows:

"Stage 1"
sed -e 's/\(^\.\/.*/\)//'

to replace like ./s/ or ./h/

Thank you.
abrouf
5,804
Posted By abdurrouf
regex extraction
Hello fpmurphy,

It helps me lot, appreciated your assistence.
I was trying to modify my requirement, everything went fine except one confusion:

If the text file contains as follows:
...
5,804
Posted By abdurrouf
Regex extraction
Hello fpmurphy,

It worked :), I really appreciate your help and this will encourage me to be a script expert.
Is it possible to explain few outlines of syntax, I'm also trying to understand and...
5,804
Posted By abdurrouf
Regex extraction
I also used perl, but getting the following errors when using debugging mode:

perl -d regex1.pl < reg.txt
Default die handler restored.

Loading DB routines from perl5db.pl version 1.07
Editor...
5,804
Posted By abdurrouf
Regex extraction
Hello odashe,

Thank you for your quick response. I chose sed and ran the script, but it's returning with a parse error as follows:

cat <filename> | sed 's/\.\/(.+):.*BL(.*)/p' $1 $2
sed:...
5,804
Posted By abdurrouf
Regex extraction
Hello,

I need your help to extract text from following:

./sherg_fyd_rur:blkabl="R23.21_BL2008_0122_1"
./serge_a75:rlwual="/main/r23.21=26-Mar-2008.05:00:20UTC@R11.31_BL2008_0325"...
6,441
Posted By abdurrouf
User friendly Unix ksh prompt to type directories/files
Yes it's woking and that is what I'm looking for :). Thank you very much for your reply.
Before I use to work with bash where I used tab instead of Esc.

Thanks again.

Abdur Rouf
6,441
Posted By abdurrouf
User friendly Unix ksh prompt to type directories/files
Hello,

I wanted to setup user friendly ksh command prompt, by typing first character of files or directories and then tab bring up whole word. No need to type whole file/directory/command names.
...
Showing results 1 to 13 of 13

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