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 dencom 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: *

  • Users: nomanoma
  • Content: Threads
  • Order by date
  1. nomanoma

    composite key..or anything else...

    Hellooo I created table in mysql: CREATE TABLE activ ( id INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (id), ms CHAR(15), year CHAR(4), month CHAR(2), day CHAR(2) ); I want to prevent...
  2. nomanoma

    shell script problem..

    Helloo.. I have no idea where to start with this problem... In my directory there are ~1000 files.. each ones name starts with number.. for example.. 12file1 13file124 142file5 12file34 13file9 1file12 ok I sorted them but how to merge thoese with same digits numberst in their name.. to...
  3. nomanoma

    python code...convert to ksh or sh

    Helloo... I am not much familiar with python..I found this small script in python I even do not have python on my computer...can anyone help me out to convert this into ksh or sh.. PLEASE any help I will appreciate.. here is python code.. #!/usr/bin/env python import random # Get a random...
  4. nomanoma

    pleasssee help oracle uasename+pass

    Hello friends... I am having old machine with oracle 8 on it oracle is running on solaris /home/oracle/8.1.6 I do not know user name and password...is there a way to change user /pass or find out what was username /password I have root privelage on my solaris.. is there a way to recover out...
  5. nomanoma

    unusual problem with init 6

    Heloo.. I have coded in PHP telnet conn. and I can with no problem execute any command on my solaris machhine (PHP is on windows doing telenet conn to solaris) for example I have script that works something on solaris I just add it to PHP code on windows and it executes it...BUT...only thing...
  6. nomanoma

    awk problem+edit file

    Hello I have one problem.. I have fileA: value1 1 value2 3 value3 4 value1 9 value2 5 value5 5 value1 2 value4 1 ... .. ... .. I wanted file like this: fileB: value1 12 3 value2 3 2 value3 4 4 value4 1 1 value5 5 1 where I do not have douplicates anymore and...
  7. nomanoma

    insert with mysql

    Please..how can I create command insert in shell script I have this code..but I do have problems with '. I have this: awk '{printf("INSERT INTO akcije (date, time, target1, target, action) VALUES...

Part and Inventory Search

Back
Top