Simultaneous searching for files (names matching certain criteria) in several directo


 
Thread Tools Search this Thread
Operating Systems AIX Simultaneous searching for files (names matching certain criteria) in several directo
# 1  
Old 02-13-2008
Simultaneous searching for files (names matching certain criteria) in several directo

Hello everyone,
My OS is AIX 5.2
I would like some help in getting command syntax that does the following:
1. Searches simultaneously several directories downward;
2. Checks every subdirectory in each directory (and so on...) for file names that contain certain characters such as “~”, start or end (or both) with “# “sign, start with “tset”;
3. Displays these files first with the option of deletion;
4. Or: one command for displaying and another for deleting
Thank you to all responders.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Merge two files based on matching criteria

Hi, I am trying to merge two csv files based on matching criteria: File description is as below : Key_File : 000|ÇÞ|Key_HF|ÇÞ|Key_FName 001|ÇÞ|Key_11|ÇÞ|Sort_Key22|ÇÞ|Key_31 002|ÇÞ|Key_12|ÇÞ|Sort_Key23|ÇÞ|Key_32 003|ÇÞ|Key_13|ÇÞ|Sort_Key24|ÇÞ|Key_33 050|ÇÞ|Key_15|ÇÞ|Sort_Key25|ÇÞ|Key_34... (3 Replies)
Discussion started by: PK29
3 Replies

2. Shell Programming and Scripting

Renumber position 88-94 inside all files matching criteria inside folder

There are 4 files inside one folder matching criteria i.e. File name = ABCJmdmfbsjopXXXXXXX_mm-dd-yyyy_XXX.data Here is the Code which find the files matching criteria:- TS=`date +"%m-%d-%Y"`| for fname in `find . -name "ABCJmdmfbsjop???????_${TS}*.data"` do # Matching File Processing Code.... (1 Reply)
Discussion started by: lancesunny
1 Replies

3. Shell Programming and Scripting

changing the file-name in a directory for all files matching a particular criteria

i have a directory which consist of multiple files out of which there are some files that has -e in their name. I want to write a script that will change all those file-name to -l example there are some files with name : file1-e.wav file2-e.wav file3-english-e.wav file-4-e.wav ... (3 Replies)
Discussion started by: mukulverma2408
3 Replies

4. Shell Programming and Scripting

Find and replace string matching criteria

Dear Friends, I am looking for a way to replace a string (multiple lines) starting with something and ending with something (these two values do not change) with blank. Basically I want to delete this code injection accross many sites and folders. Search Code (across files and folders) that... (2 Replies)
Discussion started by: libras
2 Replies

5. UNIX for Dummies Questions & Answers

How to fetch files right below based on some matching criteria?

I have a requirement where in i need to select records right below the search criteria qwertykeyboard white 10 20 30 30 40 50 60 70 80 qwertykeyboard black 40 50 60 70 90 100 qwertykeyboard and white are headers separated by a tab. when i execute my script..i would be searching... (4 Replies)
Discussion started by: vinnu10
4 Replies

6. Shell Programming and Scripting

matching names in 2 text files

I have 2 text files like ________________________________ Company Name:yada yada ADDRESS:some where, CITY,STATE CONTACT PEOPLE:first_name1.last_name1,first_name2.last_name2,first_name3.last_name3 LEAD:first_name.last_name ________________________________ & Data file2 ... (1 Reply)
Discussion started by: rider29
1 Replies

7. Shell Programming and Scripting

making a list matching certain criteria in bash...

Hello everyone!I am trying to make a mail list(a simple .txt file)in which i put certain records that match specific criteria. Let's say that i have a(sorted by last column file)like this one: 0100567 Bla1 Lala1 100 1234567 Bla2 Lala2 80 8769029 Bla3 Lala3 70 1001007 ... (0 Replies)
Discussion started by: bashuser2
0 Replies

8. Shell Programming and Scripting

Script move and rename based on matching criteria

Hi all, i would like to create a script that move and rename files from all the subdirectories of a given directory to others subdirectories of the same directory based on "matching" criteria in the "from" and "to" parameters. Example: Begin script from /home/test/1_T_2008* move to... (3 Replies)
Discussion started by: braidomik
3 Replies

9. Shell Programming and Scripting

deleting files and folders matching criteria

Hello, I'm spendind hours trying to figure out how a script could remove files and folders older than 30days in a given volume (/dataVolumes/Booba.1.0). Within this volume, all users have their personal folder that starts with "RC-..", so the script should skip them for deletion. I will... (4 Replies)
Discussion started by: H3001
4 Replies

10. Shell Programming and Scripting

Searching for multiple criteria in log files?

I would like a simple shell script that will allow me to display to screen all unsuccessful su attempts in my sulog file, for the present date. I have been trying several different combinations of commands, but I can't quite get the syntax correct. The mess I have right now (don't laugh) is... (4 Replies)
Discussion started by: Relykk
4 Replies
Login or Register to Ask a Question
depord(8)						      System Manager's Manual							 depord(8)

NAME
depord - Sort subset names into dependency order SYNOPSIS
/usr/lbin/depord [-c ctrldir [-c ctrldir]...] [-f [namefile | -]] [-I | -i] [subsetID [subsetID...]] OPTIONS
Searches the directory ctrldir for subset *.ctrl files instead of the current directory. You can use multiple -c options. Reads the subset names from namefile. If you use the "-" argument instead of namefile, read the subset names from standard input. The namefile and "-" argu- ments to the -f option are mutually exclusive. If you also specify subset names with subsetID operands, they are concatenated with the sub- set names specified with the -f option. Includes in the ordered output the names of all prerequisite subsets for the subset name argument list. The -I and -i options are mutually exclusive. Includes in the ordered output the names of all prerequisite subsets for the subset name argument list, and excludes from the output any prerequisite subsets that are already installed. The -I and -i options are mutually exclusive. OPERANDS
The name of a subset for dependency checking and ordering. If you also specify subset names with the -f option, they are concatenated with subsetID operands. DESCRIPTION
The depord command reads the subset *.ctrl files in the specified directories for dependency information, then sorts the subset name argu- ment list (and, optionally, prerequisite subset names) in dependency order. If other directories are not specified, depord searches for subset *.ctrl files in the current directory. If you install the subsets in the order shown in the depord output, subset dependencies are satisfied. If you are not using either the -I or -i option and if a subset dependency cannot be satisfied by the other specified subset names, an error message displays and that subset is not included in the output. All subsets in a dependency cycle (where subsets are mutu- ally dependent) are ignored. An error message displays, and those subsets are not included in the output. The depord command is used by the setld(8) utility. EXAMPLES
To sort the subsets listed on the command line into dependency order: # /usr/lbin/depord OSFCDEDT500 OSFX11500 OSFCDEMIN500 OSFX11500 OSFCDEMIN500 OSFCDEDT500 To use the -I option to list the prerequisite subsets for OSFDCEDT500, sorted into dependency order: # /usr/lbin/depord -I OSFCDEDT500 OSF- BASE500 OSFX11500 OSFCLINET500 OSFNFS500 OSFCDEMIN500 OSFCDEDT500 To use the -i option to check the prerequisite subsets for OSFDCEDT500, and exclude from the output those that are already installed: # /usr/lbin/depord -i OSFCDEDT500 OSFCDEDT500 RESTRICTIONS
The -I and -i options are mutually exclusive. FILES
Executable file for depord command Indicates subsetID is already installed. Contents list other subsets dependent upon subsetID. Control files with dependency information SEE ALSO
setld(8) stl_ctrl(4) Programming Support Tools depord(8)