10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
I have 100 Scripts, each containing 10-15 SQL's in them.
Each Script run for 40 mins to 1 hour 30 mins.
In the event of Failure in any step, if i re-start the Script, it will start running from the beginning. Which is waste of time. So in order handle this, i made the script to run from the... (7 Replies)
Discussion started by: kiran1992
7 Replies
2. UNIX for Dummies Questions & Answers
I am using aqua studio DB. I need to retrive the data from my database using uxin script in .csv format. i am using select query along with the joins. my o/p in the DB is of the below format.
Cycle IDCycle StatusRecord 98N-0000ACV23-3636FCliet Level (Af)Success1689393HF-J7879-09090RCliet Level... (1 Reply)
Discussion started by: Mugivz
1 Replies
3. Linux
Hi everyone,
Almost everything is in the title!
Which partitions do you keep?
Which partitions do you reformat, while doing a clean install?
Personaly, I never format /var and /home partitions when I update to latest linux distribution.
It has been working quite ok up to now, but I was... (3 Replies)
Discussion started by: freddie50
3 Replies
4. Programming
Am currently working on CVS projects .. I have generated the cvs log file which is in the RCS file format . .I want to extract file path ,total revision ,date ,author and message from that file . .I want a program in java which would extract the data from cvs log file. .Pls help me out..
My... (0 Replies)
Discussion started by: EVERSOFT
0 Replies
5. Programming
Hello, i'm new to the forum and so am i to C programming.
Recently i've gotten a task to create a program that will read an existing .bin file and copy the data to a non existing (so i have to create it) .txt file (some type of conversion)
Now, i now how to put the arguments, opening and... (5 Replies)
Discussion started by: Lyric
5 Replies
6. Shell Programming and Scripting
Hi Guys, i currently facing a problem with a script i'm writing.
I have a text file with the following data
Windows in 21 days:John Goodman:29.90:30:19
I will like to know what method i can use so in order to edit the data in any of the field with ":" being the delimiter.
example if i... (5 Replies)
Discussion started by: Cheranime
5 Replies
7. Shell Programming and Scripting
Hi,
Somebody please assist me in updating the data from one file to the other in Shell Scripting.
There are two files file1 and file2. Both the files have differen data but a common attribute. e.g. JAVA_HOME.
e.g. file1 has JAVA_HOME=/usr/j2se and
file2 has... (3 Replies)
Discussion started by: Santosh251982
3 Replies
8. UNIX for Advanced & Expert Users
Hi,
I have a file A.txt (tab separated) as below:
pavan chennai/tes/bangalore 100
sunil mangalore/abc/mumbai 230
kumar delhi/nba/andhra 310
I want to change only second column as below . Rest of columns as it is ;The ouput file is also tab... (4 Replies)
Discussion started by: kpavan2004
4 Replies
9. Shell Programming and Scripting
Hello,
I read and search through this wonderful forum and tried different approaches but it seems I lack some knowledge and neurones ^^
Here is what I'm trying to achieve :
file1:
test filea 3495;
test fileb 4578;
test filec 7689;
test filey 9978;
test filez 12300;
file2:
test filea... (11 Replies)
Discussion started by: mecano
11 Replies
10. Shell Programming and Scripting
This is shell programming assignment.
It needs to create a file called .std_dbrc contains
STD_DBROOT=${HOME}/class/2031/Assgn3/STD_DB
(which includes all my simple database files)
and I am gonna use this .std_dbrc in my script file (read the data from the database files)
like this: .... (3 Replies)
Discussion started by: ccwq
3 Replies
CVS-DEBC(1) General Commands Manual CVS-DEBC(1)
NAME
cvs-debrelease - upload a cvs-buildpackage/cvs-debuild generated package
SYNOPSIS
cvs-debrelease [cvs-debrelease options] [--dopts [dupload/dput options]]
DESCRIPTION
cvs-debrelease is run from the CVS working directory after cvs-buildpackage or cvs-debuild. It uses the cvs-buildpackage system to locate
the .changes file generated in that run. It then uploads the package using debrelease(1), which in turn calls either dupload or dput.
Note that the --dopts option must be specified to distinguish the cvs-debrelease options from the dupload or dput options. Also, the
devscripts configuration files will be read, as described in the debrelease(1) manpage.
Note that unlike cvs-buildpackage, the only way to specify the source package name is with the -P option; you cannot simply have it as the
last command-line parameter.
OPTIONS
All current cvs-buildpackage options are silently accepted; however, only the ones listed below have any effect. For more details on all
of them, see the cvs-buildpackage(1) manpage. All debrelease options (as listed below) are also accepted.
--dupload, --dput
This specifies which uploader program to use; the default is dupload.
-adebian-architecture, -tGNU-system-type
See dpkg-architecture(1) for a description of these options. They affect the search for the .changes file. They are provided to
mimic the behaviour of dpkg-buildpackage when determining the name of the .changes file.
-Mmodule
The name of the CVS module.
-Ppackage
The name of the package.
-Vversion
The version number of the package.
-Ttag The CVS tag to use for exporting sources.
-Rroot directory
Root of the original sources archive.
-Wwork directory
The full path name for the cvs-buildpackage working directory.
-xprefix
This option provides the CVS default module prefix.
--no-conf, --noconf
Do not read any configuration files. This can only be used as the first option given on the command-line.
--help, --version
Show help message and version information respectively.
SEE ALSO
cvs-buildpackage(1), debrelease(1) and cvs-debuild(1).
AUTHOR
cvs-buildpackage was written by Manoj Srivastava, and the current version of debrelease was written by Julian Gilbey <jdg@debian.org>.
They have been combined into this program by Julian Gilbey.
DEBIAN
Debian Utilities CVS-DEBC(1)