I've already written this thread in an other forums but I think it was not the good one so I do it again and hope I will have an answer.
I have to write a script under winNT but I've never done any and I don't know NT at all, so I need some help.
What I have to do is to list the content of...
I have to write a script under winNT but I've never done any and I don't know NT at all, so I need some help.
What I have to do is to list the content of some directories, to compress each file found into another directory (without deleting the initial files) and to put these files on DLT
This...
I've written a small script but I don't get what i'd like, I think that the problem comes from a ";" but I don't understant where I made a mistake. Here's the script :
#!/bin/sh
j=0
i=0
for i in fdsfdsf;
do
if gfdgfdgx;
then
cbvcbg;
fi;
done...
I've written a small script but I don't get what i'd like, I think that the problem comes from a ";" but I don't understant where I made a mistake. Here's the script :
#!/bin/sh
j=0
i=0
for i in fdsfdsf;
do
if gfdgfdgx;
then
cbvcbg;
fi;
done...
I need to make a "mixture" of 2 files :
file1 :
123486:120fds
123486:121regd
123486:123gre
123486:124fds
123486:125fds
874135:120fds
874135:121ret
874135:122uyt
874135:123fds
874135:125fds
454631:120fds
454631:121fds
454631:122uyt
454631:123fds
454631:124fds
895230:121fds...
I want to execute a script(1) in a user crontab.
My problem is that this script(1) contains other scripts that are in different directories.
when i execute the script(1) manually it works well but through the cron it can't find the different paths.
The different scripts can be executed from...
Hello everybody!
i'm new on this forum and i have a problem that has already been solved but that's not clear for me. So I have two files :
FILE1 :
a:4:fdsf:fdze
b:5:greg:fdee
c:1:jyth:gtre
...
FILE2 :
gfegj jyut 5 eazert
gfdg ytyhj 6 area
greatr juyj 1 ytjuy
geqg hyth 4 htrhtr
and I want to...
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.