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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hammam02

  1. hammam02

    tail

    realy u are great man
  2. hammam02

    tail

    hi friends i need to display file without last 6 record tail -6 XXXXXX result : display the last 6 any option catn i put it in command
  3. hammam02

    update column

    hi dear if i have 2 columns include 900 record like that EL_AMAL007 ATM007 WATER C008 ATM008 VACSERA009 ATM009 VACSERA010 ATM010 EBICO 011 ATM011 TAKI VI012 ATM012 IMBABA 013 ATM013 and i need to update column 1 by last 3 degit of column 2 to became 007 ATM007 008 ATM008 009...
  4. hammam02

    root dirictory

    hi dear i have big broplem when i execute script i found the root dirictory full whate can i do?
  5. hammam02

    oracle 10g on windows 7

    Dear Colleagues i have windows 7 in my laptop after i instaled oracle 10g it didn't work i need your advice.
  6. hammam02

    port has active

    i have several port in my application and i work on AIX unix the port is active and i stop it and start but still active
  7. hammam02

    define user

    hi my dears i have application on OS AIX6.1 and i need to define users on OS to use application can you help me
  8. hammam02

    i need to add record on output file

    i thank you very much
  9. hammam02

    i need to add record on output file

    my script is set serveroutput on set linesize 37 spool cardfees.txt declare mypan varchar2(19) := ''; func_desc varchar2(19) := ''; cursor c0 is select * from istcmsact where tx_date = '' ||to_date(sysdate) || '' and cms_func in ('01', '50') and substr(PAN, 1...
  10. hammam02

    mv script

    i have aix6.1 i write script to move file from directory to another but the source is file name random by time how can determin the source to move my script is xx='ls -ltr |awk '(print $9}'' but the value is all of files in the directory i need to determin the newer file created
  11. hammam02

    awk

    awk '{print $1}' my output is swiss admin i need swiss admin in the one line
  12. hammam02

    eror in repfmt

    AIX 6.1 and i run execut file i found err IST Report Format Utility: r1.0 1Jun97 Looking for report number:REPORT_NUMBER 0285 Reprot number:285 [0285] pagelen :57 I-REPFMT: Pageheader is now 4 line(s). Report number:285 report.repmedia:F Opening file...
  13. hammam02

    rename file

    THANK YOU VERRY MATCH but the file XXX.lis after i mv it XXX.lis_1 i need to mv it like XXX_1.lis XXX_2.lis XXX_3.lis
  14. hammam02

    rename file

    /usr/bin/ksh
  15. hammam02

    rename file

    thank u ok but in the first execute when i execute again i found err "nr++ : 0403-053 Expression is not complete; more tokens expected." note OS AIX 5.2 and i but ur progarame in script

Part and Inventory Search

Back
Top