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 bkrike 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 superstarjpmc

  1. superstarjpmc

    unix PID length

    Can you kindly explain how can the PID be of such a length and what is the deciding factor on the length ?
  2. superstarjpmc

    unix PID length

    Hi, Can anyone help me to know the PID char length. Like - 89066 = 5 char length. I would like to know a good reason on why the PID can't be more than 5 char in length ? thanks dave
  3. superstarjpmc

    control+m

    Actuall the datastructure I've mentioned is used to generate a WINDOWS bat file. Thats the reason why you see windows style ! Any hlp to my problem ?
  4. superstarjpmc

    control+m

    Hi, I have the following in a perl data structure. TRG_FILE => "\\\\CDCTS09\\MYDIR\\DROPBOXES\\receive_from\\$$xml_params{FileName}", When the same is resolved.. i'm getting a Cntrl+M char getting replace for '\receive_from'. i.e for the slash-r. Please could anyone hlp to resolve this...
  5. superstarjpmc

    line match

    Hi, I have the follwing inside a variable .. basically its the stdout/stderr. <QUOTE> Sending request ................. server response ......... received my response ... I am Analysing response... -this is the output xx!p:p:9009 -next line is 64 I'm done ! <UNQUOTE> I'm interested in grabbing...
  6. superstarjpmc

    syslog & remote logging

    hi - do we need to start syslog with any special options to enable syslogging ? user.debug @<my-host> .. i have given this entry in the localhost ..but it doesnt seem to like it.. and its not working..
  7. superstarjpmc

    syslog & remote logging

    All: Query: I want to log syslog events ( of particular facitly/priority ) to a localhost ( loghost ) and a remote host.. a) how to do this b) should i make a syslog config change on the remote host to accept syslog events ? c) can i write to the LOCAL-HOST into /var/adm/messages and in...
  8. superstarjpmc

    reg exp

    I have a string as below. "o=this_is_p1,o=value" I want to extract the value : 'this_is_p1' using a REG_EXP. Can anyone help ? regs david j
  9. superstarjpmc

    awk and cut

    hi, i have a requirement where inside an awk script i need to execute a unix 'ls -l' to pick the file/directory permission, user name, group name,filename,date,etc. When i use a cut, i'm afraid that it might not provide me the right results as i use the delimiter .. -d' '.. this will obviously...
  10. superstarjpmc

    sun solaris & hardware for certification

    hi, i want to know what is the best method to study for scsa exams ? as i dont have 'full' access to the unix servers, i'm posting this question. Do anyone think that having a sun solaris ultra workstation, sun os cd 9,etc will help to have a good edge ? pls advise regs
  11. superstarjpmc

    awk and system command

    thanks PH, nawk works. Whats the difference and why the difference ? Thanks for your help.
  12. superstarjpmc

    awk and system command

    I tried to see whether a simple command works or not.. even the below command is not working. Any help on this pls. I ran the below on an AIX host on a default shell, it works. awk '{ system("date") }' < /etc/mnladm Same command on a Solaris on ksh doesnt work..I changed the shell also but...
  13. superstarjpmc

    awk and system command

    I have problems in executing the following script, this is part of a shell script (ksh). It runs fine in 'sh' but not under ksh. The command 'finder' accepts the following as parameters --> para1 -s "$4" -e "$2" -p "$3" awk ' { system("$MY_HOME/bin/finder para1 -s "$4" -e "$2" -p "$3"...
  14. superstarjpmc

    AIX NLS

    ?
  15. superstarjpmc

    AIX NLS

    After I change all locales to pt_PT except LC_NUMERIC, which is set to en_US, decimal value returned by db2 query is with “comma” as the decimal separator instead of “period” (expected behavior is period). # oslevel -r 5100-05 # locale -a C POSIX pt_PT en_US en_US.8859-15 en_US.ISO8859-1...

Part and Inventory Search

Back
Top