Sponsored Content
Operating Systems Solaris feeding filenames to find command Post 302302455 by pludi on Tuesday 31st of March 2009 03:51:26 AM
Old 03-31-2009
Option 1: Write a loop that will create a string of '-o -name ...' tests to feed to find
Option 2: find . -type f -print | grep -f filelist.txt
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

find lowercase filenames

How do I write the command to find all files with any lower case letters in the filename? I have tried find . -name *\(a-z\) and a lot of combinations like that, without success. thanks JP:confused: (4 Replies)
Discussion started by: jpprial
4 Replies

2. Shell Programming and Scripting

find filenames like unix commands

Hi, I need to write a small script to search in some specific directories to check if any file is present with a unix command name... Means if the directory contains any files like cat, vi, grep, find etc i need to list those files into a file. Please help Thanks, D (6 Replies)
Discussion started by: deepakgang
6 Replies

3. Shell Programming and Scripting

Loop assistance, getting array of random numbers and feeding to a command, how-to?

Hi all, I need a little assistance to complete the following script. I would like to take a file with a single number on each line and for each number, run it through a command. The loop will terminate once all numbers have been checked. Here is what I have thus far... COUNTER=`wc -l... (2 Replies)
Discussion started by: boolean2222
2 Replies

4. Shell Programming and Scripting

Find duplicate filenames and remove in different mount point

Hi Gurus, Do any kind souls encounter have the same script as mentioned here. Find and compare filenames in different mount point and remove duplicates. Thanks a million!!! wanna13e (7 Replies)
Discussion started by: wanna13e
7 Replies

5. Shell Programming and Scripting

awk help with find command and filenames with spaces

I have the following code: find /usr/local/test5 -type f -mtime +30 -exec ls -l {} \; | awk '{print $5, $6, $7, $8, $9}' I have this as output: 14 Aug 12 00:00 /usr/local/test5/file1 14 Aug 12 00:00 /usr/local/test5/lastname, The bolded part is where I run into trouble. The actual... (4 Replies)
Discussion started by: streetfighter2
4 Replies

6. Shell Programming and Scripting

script to find filenames with latest version and for all seq. numbers in a day

Hi, We have a requirement to find the set of filenames from the group of files in a specified folder based on (i) version number (ii) sequence number such that, for any given sequence number in a day only the latest version filenames have to indentified. Below is the format of... (4 Replies)
Discussion started by: Deepakbabu
4 Replies

7. UNIX for Dummies Questions & Answers

find & remove characters in filenames

I have a group of files in different directories with characters such as " ? : in the file names. How do I find these files and remove these characters on mass? Thanks (19 Replies)
Discussion started by: barrydocks
19 Replies

8. UNIX for Dummies Questions & Answers

Find the list of filenames that have the string 31 at 4th and 5th position

Hi, Can anyone let me know the command to know the list of filenames that have string 31 in their 4th and 5th positions inside the file: grep -l "31" main*.txt The above grep lists all the files which have 31 at any position but I want filenames having 31 at position 4 and position 5. (8 Replies)
Discussion started by: okkadu
8 Replies

9. UNIX for Dummies Questions & Answers

Find and replace mulitple charaters in filenames

I have a virtual pdf printer set up on my server which produces files with the following prefix: smbprn_00000044_Microsoft_Word_-_OriginalFilename.pdfthe number in the center of the file increase by one for each new file. I want to remove all the charaters infront of OriginalFilename.pdf using... (14 Replies)
Discussion started by: barrydocks
14 Replies

10. Shell Programming and Scripting

How to append timestamp in the filenames using find?

Hi, How to change the filenames with timestamp in sub folders I have the following code to select the records. find . -type f -name '*pqr*' -ctime 1 -print The following is the example app_root_dir="/`echo $ScriptDir | cut -d'/' -f2`" $app_root_dir/../BadFiles directory uvw.bad... (3 Replies)
Discussion started by: bobbygsk
3 Replies
wxStatusBar(3erl)					     Erlang Module Definition						 wxStatusBar(3erl)

NAME
wxStatusBar - See external documentation: wxStatusBar. DESCRIPTION
See external documentation: wxStatusBar . This class is derived (and can use functions) from: wxWindow wxEvtHandler DATA TYPES
wxStatusBar() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
new() -> wxStatusBar() See external documentation . new(Parent::wxWindow() (see module wxWindow)) -> wxStatusBar() Equivalent to new(Parent, []) . new(Parent::wxWindow() (see module wxWindow), Options::[Option]) -> wxStatusBar() Types Option = {winid, integer()} | {style, integer()} See external documentation . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow)) -> bool() Equivalent to create(This, Parent, []) . create(This::wxStatusBar(), Parent::wxWindow() (see module wxWindow), Options::[Option]) -> bool() Types Option = {winid, integer()} | {style, integer()} See external documentation . getFieldRect(This::wxStatusBar(), I::integer(), Rect::{X::integer(), Y::integer(), W::integer(), H::integer()}) -> bool() See external documentation . getFieldsCount(This::wxStatusBar()) -> integer() See external documentation . getStatusText(This::wxStatusBar()) -> string() Equivalent to getStatusText(This, []) . getStatusText(This::wxStatusBar(), Options::[Option]) -> string() Types Option = {number, integer()} See external documentation . popStatusText(This::wxStatusBar()) -> ok Equivalent to popStatusText(This, []) . popStatusText(This::wxStatusBar(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . pushStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to pushStatusText(This, Text, []) . pushStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setFieldsCount(This::wxStatusBar(), Number::integer()) -> ok Equivalent to setFieldsCount(This, Number, []) . setFieldsCount(This::wxStatusBar(), Number::integer(), Options::[Option]) -> ok Types Option = {widths, [integer()]} See external documentation . setMinHeight(This::wxStatusBar(), Height::integer()) -> ok See external documentation . setStatusText(This::wxStatusBar(), Text::string()) -> ok Equivalent to setStatusText(This, Text, []) . setStatusText(This::wxStatusBar(), Text::string(), Options::[Option]) -> ok Types Option = {number, integer()} See external documentation . setStatusWidths(This::wxStatusBar(), Widths_field::[integer()]) -> ok See external documentation . setStatusStyles(This::wxStatusBar(), Styles::[integer()]) -> ok See external documentation . destroy(This::wxStatusBar()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxStatusBar(3erl)
All times are GMT -4. The time now is 05:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy