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 gmmastros 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. pavithra123

    How to connect my laptop to DL 385 having REDHAT Linux

    Hi All, Is there a way to connect laptop to the DL 385 having REDHAT Linux. The DL 385 G2 does not have serial port only auxillary port and its extremely inconvenient to connect a monitor either CRT or LCD. After configuring then the ILO can be used to access a remote console but during the...
  2. pavithra123

    SED delete exact match

    HI Hoinz, Thanks a lot for your suggesstions, Unfortunately I cannot use grep, I am alreadying using SED and its part of a script. pavithra
  3. pavithra123

    SED delete exact match

    Hi Hoinz, Sample data is below and its on one line, So its 3 lines 20000000096650417221700000000000000006666060223153634003C060223153640003C100C00248236975300120C0C0C001010100000000966505035999...
  4. pavithra123

    SED delete exact match

    Unfortunately it is not at the start of the line, I just want to delete the exact match whereever it is found on the line. Pavithra
  5. pavithra123

    SED delete exact match

    In a file i have a line of numbers & I use SED to delete the un-wanted lines, The problem is when I want to delete 00000000000000066666 these lines I use /00000000000000066666/d in a file template and to delete 00000000000000006666 I use /00000000000000006666/d In the same template file...
  6. pavithra123

    FTP account No telnet

    Hi JXmac18, But when I do that it generates a core dump, So this is what I did in the shell's place I put a nologin entry and in /etc/shells file I put an entry for nologin it works just fine.
  7. pavithra123

    FTP account No telnet

    Hi I found this link useful for the above http://medlib.med.utah.edu/medstat_ops/node24.html best regards prem.
  8. pavithra123

    FTP account No telnet

    I have an FTP account and I do not want users to use it as an telnet account as well. I am running HP UX 11.0 on Lclass machines and I Have done the following and it does not seem to work. I have created the file ftpusers and in /etc/ftpd/and put the username in it but still it allows FTP am I...
  9. pavithra123

    Deleting selective Multiple Lines

    The whole Idea is to separate them into a different directory.
  10. pavithra123

    Deleting selective Multiple Lines

    Hi all, I have a file with entries like below 0000000000000070000 0000000000000800000 0000000000000009000 0000000000000000000 0000000000000060000. I am using sed to separate these entries in the sed commands template file I have entries like below /00000070000/!d /00000060000/!d...
  11. pavithra123

    quorum disk : ALPHA OPEN VMS

    Hi All, I am seeing the following errors in the operator.log, For some weird reason the diagnose utility ( DEC event) has not been installed, So I cannot analyse the errorlog. %%%%%%%%%%% OPCOM 27-JUL-2004 09:43:20.51 %%%%%%%%%%% 09:43:20.51 Node SMST21 (csid 00010008) failed to read quorum...
  12. pavithra123

    TAPE drive on HP 9000 series

    Hi All, The adaptor on the new drive was not the correct one, after changing that everythings fine now, thanks a lot. prem.
  13. pavithra123

    Script to find files before Year, and move to archive folder

    hi, use this find /dir \( -name "*.txt" -a -mtime +360 \) -exec mv /dir {} \;
  14. pavithra123

    TAPE drive on HP 9000 series

    I recently changed the tape drive on a HP L class machine ( 9000 series) as I noticed some errors in the syslog.log after changing the tape drive, I cannot write anything onto a new tape, I get the following errors tar -cvf /dev/rmt/0m tar: cannot open /dev/rmt/0m However ioscan shows...
  15. pavithra123

    Add In a file

    Hi Yogor, You were right in the fileA there was a space after the comma, after removing it, the output is right. Thanks a lot for your help. Even though I have not tried the other options sent by duncdude and ranganath ramachnadra I appreciate your help very much thanks once again. BR Prem
  16. pavithra123

    Add In a file

    Hi duncdude, I do not have perl installed on the UNIX box and also I want to use this on Open VMS box as well. So I would take ygor option using AWK. Thanks for your suggestion. Hi Ygor I was trying to use the awk prg you gave it does not give any error but in the output only zeros are...
  17. pavithra123

    Add In a file

    Hi All, I have two files in file A, I have the following entries like ( it will have the country codes ) UNITED_STATES_OF_AMERICA,1 EGYPT , 20 MOROCCO , 212 ALGERIA , 213 and in another file B, I have the following entries 46578,212 4363,1 904,213 I need to add in file A the first field...
  18. pavithra123

    Format MAN Output

    Hi Ramachandra, I have tried what has been suggested and it works. Thanks once again. Hi Dblair, I remember when I used -T I got an error, I 'll let you know what error it was. Thanks again. Best Regards Prem
  19. pavithra123

    Format MAN Output

    Hi , When I use this command to get the output of the man command I get control characters in the file . man zcat > zcat.txt. The control characters are displayed like N^HN^HN^HNA^HA^HA^HAM^HM^HM^HME^HE^HE^HE compress, uncompress, zcat, compressdir, uncompressdir - compress and...
  20. pavithra123

    Format Data in a File

    Hi Chacalinc, It did work but what does the n option stand for ??? Hi Ygor, Thanks once again it worked without awk. I am glad. prem

Part and Inventory Search

Back
Top