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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.