Sponsored Content
Top Forums Shell Programming and Scripting Searching File in Directory and all Subdirectory and Delete Post 302934551 by John William on Sunday 8th of February 2015 03:07:09 PM
Old 02-08-2015
Yes please. Same file contents.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to calculate file's size in directory and subdirectory

Hi, I have written one script to calculate total space of all file in one directory, ignoring subdirectory, it works fine. Now, I've been trying to calculate all files which includes files in any subdirectories. I use recursive function to do this, but it can work only if there is only one... (4 Replies)
Discussion started by: KLL
4 Replies

2. Shell Programming and Scripting

searching each file in a directory for text

what command can i use to search the files in a directory for a text. the output would list the files containing the text. ive tried this but it is not exactly what im looking to do: find . -name "*.xml" -exec agrep searchstring {} \; (2 Replies)
Discussion started by: jim majors
2 Replies

3. Shell Programming and Scripting

Find files including subdirectory and Delete

Hello Experts, I m newbie. Could u pls help me to write script on Sun solaris- I have backup directory "/var/opt/backup/" where files are backed up in different directory "backup1" "backup2" "backup3". I want to write a shell script which i will put in crontab and daily midnight it will... (1 Reply)
Discussion started by: thepurple
1 Replies

4. UNIX for Dummies Questions & Answers

Create Year directory, date subdirectory and archive the file

Hi, After checking all the UNIX threads, I am able to come up with a solution so far. I am working on a shell script where it moves the files to a certain directory. The conditions to check are 1) Check if the file exists in the current directory. 2) Check if the destination directory... (2 Replies)
Discussion started by: madhunk
2 Replies

5. Shell Programming and Scripting

Shell script for searching a record,copy to a file and then delete it

Hi, I have a requirement in hand: I have a file with millions of records say file 1.I have another file, say file 2 which has 2000 records in it. The requirement is to read file2 , and remove the read record from file 1 and move i to a seperate file, file 3. For eg: Read file 2, get the... (5 Replies)
Discussion started by: kumara2010
5 Replies

6. Shell Programming and Scripting

Sum of file size in directory / subdirectory

Hi , I am trying to write something to find the size of particular type of files in a directory & it's subdirectory and sum the size .. These types of file are found at directory level or its subdirectories level .. #!/bin/ksh FNAME='.pdf' S_PATH=/abc/def/xyz find $S_PATH -exec ls -lad... (4 Replies)
Discussion started by: Vaddadi
4 Replies

7. Shell Programming and Scripting

Copy file after searching in a directory

Hi, I am looking for an answer for following senario: I have a text file (base.txt) which consist list of files to be searched like: base.txt abc.txt def.txt fgh.txt Now i am going to search all the listed files in another directory after reading them one by one, once i found the... (10 Replies)
Discussion started by: apjneeraj
10 Replies

8. Shell Programming and Scripting

How can i find a word inside a file from a directory and it's subdirectory ?

Suppose i have a word "mail". I have to search this word in all files inside a directory and it's sub-directories. It will also search in all hidden directory and sub-directories. If it finds this word in any file it will list that file. How can i do this with perl/ruby/awk/sed/bash or... (9 Replies)
Discussion started by: cola
9 Replies

9. Shell Programming and Scripting

Move all files not in a directory into a subdirectory named for each given file

Hi Everyone! Looking for some help with a script that will take all files in any given root folder (which are not already in a folder) and put them into separate folders with the name of each given file. Any ideas? Thank you! (1 Reply)
Discussion started by: DanTheMan
1 Replies

10. UNIX for Dummies Questions & Answers

Searching the file in a directory

Hi Folks, I am using the putty as I need to check the logs, My query is that I know the location of my logs ..that is cd /var /logs/abc.log so I can reach to this place and open the logs in putty, But what About if I do not the location only thing I know the name of the abc.log , and I have... (1 Reply)
Discussion started by: KAREENA18
1 Replies
Mono(Mono 1.1.x)														  Mono(Mono 1.1.x)

NAME
monodis - CIL image content dumper and disassembler. SYNOPSIS
monodis [-h] [--help] [--output=FILENAME] [--mscorlib] [--assembly] [--assemblyref] [--classlayout] [--constant] [--customattr] [--declsec] [--event] [--exported] [--fields] [--file] [--forward-decls] [--genericpar] [--implmap] [--interface] [--manifest] [--marshal] [--member- ref] [--method] [--methodimpl] [--methodsem] [--methodspec] [--module] [--moduleref] [--mresources] [--presources] [--nested] [--param] [--parconst] [--property] [--propertymap] [--standalonesig] [--typedef] [--typeref] [--typespec] [--blob] [--strings] [--userstrings] [FILES...] DESCRIPTION
The monodis program is used to dump the contents an ECMA/ISO CIL image (contained in .EXE files that contain extended PE/COFF CIL code). To roundtrip assemblies using ilasm, it is best to use the --output argument, as that will make monodis save the embedded resources in files that can later be properly embedded back by ilasm. Additionally, the tool can be used to dump the contents of the various ECMA CIL metadata tables. OPTIONS
The following Generic options are supported: --help , -h Displays usage instructions. --output=FILENAME Write output into FILENAME and dump any embedded managed resources. --mscorlib For non-corlib assemblies, use "mscorlib" as the assembly name. This is useful for round-tripping the IL with ilasm. --show-method-tokens Display tokens for disassembled methods. OPTIONS TO DISPLAY METADATA TABLES
The following options are used to display metadata tables instead of disassembling the CIL image. --assembly Dumps the contents of the Assembly table. --assemblyref Dumps the contents of the AssemblyRef table. --classlayout Dumps the contents of the ClassLayout table. --constant Dumps the contents of the Constant table. --customattr Dumps the contents of the CustomAttribute table. --declsec Dumps the contents of the DeclSec table. --event Dumps the contents of the Event table. --exported Dumps the contents of the ExportedType table. --fields Dumps the contents of the Field table. --file Dumps the contents of the File table. --forward-decls Dumps forward declarations for classes. --genericpar Dumps the contents of the GenericParam table. --implmap Dumps the contents of the ImplMap table. --interface Dumps the contents of the InterfaceImpl table. --manifest Dumps the contents of the ManifestResource table. --marshal Dumps the contents of the FieldMarshal table. --memberref Dumps the contents of the MemberRef table. --method Dumps the contents of the MethodDef table. --methodimpl Dumps the contents of the MethodImpl table. --methodspec Dumps the contents of the MethodSpec table. --methodsem Dumps the contents of the MethodSemantics table. --module Dumps the contents of the Module table. --moduleref Dumps the contents of the ModuleRef table. --mresources Saves all the managed resources embedded in the assembly into the current directory. To get a list of the embedded resources use the --manifest option. --presources Prints offsets and names of manifest resources embedded in the assembly. --nested Dumps the contents of the NestedClass table. --param Dumps the contents of the Param table. --parconst Dumps the contents of the GenericParameterConstraint table. --property Dumps the contents of the Property table. --propertymap Dumps the contents of the PropertyMap table. --standalonesig Dumps the contents of the StandAloneSig table. --typedef Dumps the contents of the TypeDef table. --typespec Dumps the contents of the TypeSpec table. --typeref Dumps the contents of the TypeRef table. --blob Dumps the entire contents of the blob stream as hex. --strings Dumps the contents of the Strings heap. --userstrings Dumps the contents of the User-Strings heap If no flags are specified the program dumps the content of the image in a format that can be used to rountrip the code. ENVIRONMENT VARIABLES
MONO_PATH Provides a search path to mono and mint where to look for library files. Directories are separated by the platform path separator (colons on unix). Example: /home/username/lib:/usr/local/mono/lib AUTHOR
monodis was written by Miguel de Icaza, Paolo Molaro and Dietmar Maurer. SEE ALSO
pedump(1) Mono(Mono 1.1.x)
All times are GMT -4. The time now is 05:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy