Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nitincm

    Need help in scripting

    can you give me the syntax? find . -name "web_log*" -exec grep -il "xyz" {} \; how I can use -newer in above cmd?
  2. nitincm

    Need help in scripting

    (hint: the -newer primary) ? newer is compare with old file but here need to find file which is created after 25 April... how I can do it?
  3. nitincm

    Need help in scripting

    Thanks, Yes I can able to find and grep... find . -name "error_log*" -exec grep -il "xyz" {} \; Output is coming.... now I would like to find "xyz" in file only which is created after 25 April.
  4. nitincm

    Need help in scripting

    If file is created after April25 then find "xyz" pattern in that file. then if xyz pattern found then send it to me by email. how do I write the script for this? thanks in advance.
  5. nitincm

    Capacity Planning on Websphere/IHS

    Anybody has any guideline/document on Capacity Planning on Websphere/IHS? while doing capacity planning, which factors should consider? Thanks in advance.
  6. nitincm

    mount point on WAS app server

    In cluster environment, developer wants to wite some data in websphere app server. Using common mount point it can possible right..? so how we can implement the common point in clustering on WAS 5.1?
  7. nitincm

    find JVM runnings in Websphere v3.5 on Unix -- URGENT

    Hi, Please help me urgent? How to find how many JVM runnings in Websphere v3.5 on Unix? (Sun Solaris) Thanks in advance. -- Nitin
  8. nitincm

    IBM Websphere Adv Ed. 4.0 cerification Exam-- Braindumps

    Hi Guys, Where I can get braindumps for IBM Websphere Adv Ed. v4.0 cerification Exam.? I have already tried Pre-Assessment/Sample Test 489 which is on IBM site. Pl. let me know. -- Nitin
  9. nitincm

    Eliminiate the white spaces - Unix script

    Thanks guys, It helped me a lot.
  10. nitincm

    identify a space in record in Unix korn shell script

    Thanks Guys, it worked very well
  11. nitincm

    Eliminiate the white spaces - Unix script

    How I can just identify space before comma or after comma? If space is their then I hv to deplay that line.
  12. nitincm

    identify a space in record in Unix korn shell script

    I hv a file with following entry. dn: uid=isgwpsadmin1, ou=adminaccount, o=xyz, dc=com owner: uid=da87793,ou=account,o=xyz,dc=com dn: uid=AdminPassword,ou=AdminAccount,o=xyz,dc=com owner: uid=RMX8232, ou=account, o=xyz,dc=com How do I identify a space before comma or after comma in the above...
  13. nitincm

    Eliminiate the white spaces - Unix script

    Can u suggest me, If I would like to remove space before comma and after comma in whole file.? Can I use like this? #sed -e "s/ ,/, //,/g" /tmp/fullfile thanks for u r helping hand...I m new to scripting...so..
  14. nitincm

    Eliminiate the white spaces - Unix script

    Thanx man...It worked. Can u explained me the syntax...if possible?
  15. nitincm

    Eliminiate the white spaces - Unix script

    No I didn't I used #sed -e 's/,/,/g' /tmp/fullrecord >/tmp/corr
  16. nitincm

    Eliminiate the white spaces - Unix script

    Thanks for u r prompt responce... but not working...tried..I got same output as input.. comma is at other places too but I am concern about only dn: entry..
  17. nitincm

    Eliminiate the white spaces - Unix script

    Hi guys, I hv to eliminiate the white spaces from following entry. for eg: uid=AdminCFT1, ou=adminaccount, o=xyz, dc=com In above entry space is their after , (comma) [between uid= upto =com ] First I hv to find which dn: entry has space & if space is their them remove that space.I got 65000...
  18. nitincm

    Can't Logon after changing from domain to workgroup to Win XP

    can't get into the windows.... In safe mode also he is asking me the password for Administrator ......but I don't hv pass for Admin...don't rembember..
  19. nitincm

    Can't Logon after changing from domain to workgroup to Win XP

    Hi, Can't Logon after changing from domain to workgroup. client is Win XP. I have tried some exiting users with Administrators too but can't logon. It's urgent....!!!
  20. nitincm

    SQL in shell script (How to trap ORA error)

    Hi Guys, Thank u very much for ur support....Nitin

Part and Inventory Search

Back
Top