Sponsored Content
Top Forums Shell Programming and Scripting How to search then remove based on condition Post 302329320 by Katkota on Friday 26th of June 2009 03:43:27 PM
Old 06-26-2009
But i don't know the file names, I need to run the tool on any file that can be in the directory tree
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

remove some files on a condition..

Hi.. when I do a ls -lt, I get a listing of about 200 files.. These are trace files and some of it I might not need.. To be clear, say in a given week , I might not need files that have been traced between 11 and 11:30 am on a particular day. How can I delete based on this condition ? Thanks,... (4 Replies)
Discussion started by: ST2000
4 Replies

2. Shell Programming and Scripting

Read file based on condition

Hi Friends, Can any one help with this: I have a huge file with the format as A SAM 4637 B DEPT1 4758 MILAN A SMITH 46585 B DEPT2 5385 HARRYIS B SAMUL 63547 GEORGE B DANIEL 899 BOISE A FRES 736 74638 I have to read this file and write only the records that starts with "B" only ... (5 Replies)
Discussion started by: sbasetty
5 Replies

3. Shell Programming and Scripting

transpose based on condition

Hi, I have the oracle table coulns in an order like date, state1, state2....state9 and i need to prepare data from the script output for loading in to this table The script is #!/bin/ksh /usr/xpg4/bin/awk -F"-" '{print $2,$4}' /aemu/ErrorLogs/data/MissingCGIcount.txt |... (5 Replies)
Discussion started by: aemunathan
5 Replies

4. Shell Programming and Scripting

Remove lines from XML based on condition

Hi, I need to remove some lines from an XML file is the value within a tag is empty. Imagine this scenario, <acd><acdID>2</acdID><logon></logon></acd> <acd><acdID></acdID><logon></logon></acd> <acd><acdID></acdID><logon></logon></acd> <acd><acdID></acdID><logon></logon></acd> I... (3 Replies)
Discussion started by: giles.cardew
3 Replies

5. Shell Programming and Scripting

Condition based concatenation.

Hello, I am looking for concatenating the lines based on conditions. Below are the contents of the file: Infile: ----- Test1.PO_Itm COLUMN GAC_DT. Test1.PO_Itm COLUMN (PRODTCD ,PLNTCD). Test1.PO_Itm COLUMN PLNTCD. Test1.PO_Itm COLUMN ACTVIND. Test2.RgnToTerrtryGPI COLUMN... (3 Replies)
Discussion started by: indrajit_u
3 Replies

6. Shell Programming and Scripting

Search based on 1,2,4,5 columns and remove duplicates in the same file.

Hi, I am unable to search the duplicates in a file based on the 1st,2nd,4th,5th columns in a file and also remove the duplicates in the same file. Source filename: Filename.csv "1","ccc","information","5000","temp","concept","new" "1","ddd","information","6000","temp","concept","new"... (2 Replies)
Discussion started by: onesuri
2 Replies

7. Shell Programming and Scripting

Comment based on a condition

I want to comment 2 lines based on a condition. If THEN occurs immediately after WHEN then i have to comment both the lunes For example : $cat file1.txt CASE WHEN THEN 1 WHEN c1= 'I' AND c2= '0' THEN 2 So in this example i want to... (2 Replies)
Discussion started by: ashwin3086
2 Replies

8. UNIX for Dummies Questions & Answers

Condition based on Timestamp (Date/Time based) from logfile (Epoch seconds)

Below is the sample logfile: Userids Date Time acb Checkout time: 2013-11-20 17:00 axy Checkout time: 2013-11-22 12:00 der Checkout time: 2013-11-17 17:00 xyz Checkout time: 2013-11-19 16:00 ddd Checkout time: 2013-11-21 16:00 aaa Checkout... (9 Replies)
Discussion started by: asjaiswal
9 Replies

9. Shell Programming and Scripting

Copy down based on condition

Hello: I need to copy down some data from the previous record in to the next record based on the below conditions If position 41- 59 of the current record is same as the previous record and the value of position 62 is not equal to 1 then copy the previous records value for positions... (1 Reply)
Discussion started by: techedipro
1 Replies

10. Shell Programming and Scripting

Remove line based on condition in awk

In the following tab-delimited input, I am checking $7 for the keyword intronic. If that keyword is found then $2 is split by the . in each line and if the string after the digits or the +/- is >10, then that line is deleted. This will always be the case for intronic. If $7 is exonic then nothing... (10 Replies)
Discussion started by: cmccabe
10 Replies
DEBI(1) 						      General Commands Manual							   DEBI(1)

NAME
       debi - install current version of generated Debian package

SYNOPSIS
       debi [options] [changes file] [package ...]

DESCRIPTION
       debi  figures out the current version of a package and installs it.  If a .changes file is specified on the command line, the filename must
       end with .changes, as this is how the program distinguishes it from package names.  If not, then debi has to  be  called  from  within  the
       source  code directory tree.  In this case, it will look for the .changes file corresponding to the current package version (by determining
       the name and version number from the changelog, and the architecture in the same way as dpkg-buildpackage(1) does).  It then runs debpkg -i
       on every .deb archive listed in the .changes file to install them, assuming that all of the .deb archives live in the same directory as the
       .changes file.  Note that you probably don't want to run this program on a .changes file relating to a different architecture after  cross-
       compiling the package!

       If a list of packages is given on the command line, then only those debs with names in this list of packages will be installed.

       Since  installing  a package requires root privileges, debi calls debpkg rather than dpkg directly.  Thus debi will only be useful if it is
       either being run as root or debpkg can be run as root.  See debpkg(1) for more details.

Directory name checking
       In common with several other scripts in the devscripts package, debi will climb the directory tree until it finds a debian/changelog  file.
       As  a  safeguard  against  stray  files	causing  potential  problems,  it  will examine the name of the parent directory once it finds the
       debian/changelog file, and check that the directory name corresponds to the package name.  Precisely how it does this is controlled by  two
       configuration  file  variables  DEVSCRIPTS_CHECK_DIRNAME_LEVEL  and  DEVSCRIPTS_CHECK_DIRNAME_REGEX,  and  their corresponding command-line
       options --check-dirname-level and --check-dirname-regex.

       DEVSCRIPTS_CHECK_DIRNAME_LEVEL can take the following values:

       0      Never check the directory name.

       1      Only check the directory name if we have had to change directory in our search for debian/changelog.  This is the default behaviour.

       2      Always check the directory name.

       The directory name is checked by testing whether the current directory name (as determined by pwd(1)) matches the regex given by  the  con-
       figuration  file  option  DEVSCRIPTS_CHECK_DIRNAME_REGEX  or  by the command line option --check-dirname-regex regex.  Here regex is a Perl
       regex (see perlre(3perl)), which will be anchored at the beginning and the end.	If regex contains a '/',  then	it  must  match  the  full
       directory  path.  If not, then it must match the full directory name.  If regex contains the string 'PACKAGE', this will be replaced by the
       source package name, as determined from the changelog.  The default value for the regex is: 'PACKAGE(-.+)?', thus matching directory  names
       such as PACKAGE and PACKAGE-version.

OPTIONS
       -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.

       --debs-dir directory
	      Look for the .changes and .deb files in directory instead of the parent of the source directory.	This should either be an  absolute
	      path or relative to the top of the source directory.

       -m, --multi
	      Search for a multiarch .changes file, as created by dpkg-cross.

       -u, --upgrade
	      Only  upgrade packages already installed on the system, rather than installing all packages listed in the .changes file.	Useful for
	      multi-binary packages when you don't want to have all the binaries installed at once.

       --check-dirname-level N
	      See the above section Directory name checking for an explanation of this option.

       --check-dirname-regex regex
	      See the above section Directory name checking for an explanation of this option.

       --with-depends
	      Attempt to satisfy the Depends of a package when installing it.

       --tool tool
	      Use the specified tool for installing the dependencies of the package(s) to be installed.  By default, apt-get is used.

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

CONFIGURATION VARIABLES
       The two configuration files /etc/devscripts.conf and ~/.devscripts are sourced in that order to set configuration variables.  Command  line
       options	can  be  used to override configuration file settings.	Environment variable settings are ignored for this purpose.  The currently
       recognised variables are:

       DEBRELEASE_DEBS_DIR
	      This specifies the directory in which to look for the .changes and .deb files, and is either an absolute path or relative to the top
	      of  the  source  tree.   This  corresponds to the --debs-dir command line option.  This directive could be used, for example, if you
	      always use pbuilder or svn-buildpackage to build your packages.  Note that it also affects debrelease(1) in the same way, hence  the
	      strange name of the option.

       DEVSCRIPTS_CHECK_DIRNAME_LEVEL, DEVSCRIPTS_CHECK_DIRNAME_REGEX
	      See the above section Directory name checking for an explanation of these variables.  Note that these are package-wide configuration
	      variables, and will therefore affect all devscripts scripts which check their value, as described in their respective  manpages  and
	      in devscripts.conf(5).

SEE ALSO
       debpkg(1) and devscripts.conf(5).

AUTHOR
       debi  was  originally  written by Christoph Lameter <clameter@debian.org>.  The now-defunct script debit was originally written by James R.
       Van Zandt <jrv@vanzandt.mv.com>.  They have been moulded into one script together with debc(1) and parts  extensively  modified	by  Julian
       Gilbey <jdg@debian.org>.

DEBIAN								 Debian Utilities							   DEBI(1)
All times are GMT -4. The time now is 12:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy