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
wxHtmlEasyPrinting(3erl)				     Erlang Module Definition					  wxHtmlEasyPrinting(3erl)

NAME
wxHtmlEasyPrinting - See external documentation: wxHtmlEasyPrinting. DESCRIPTION
See external documentation: wxHtmlEasyPrinting . DATA TYPES
wxHtmlEasyPrinting() : 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() -> wxHtmlEasyPrinting() Equivalent to new([]) . new(Options::[Option]) -> wxHtmlEasyPrinting() Types Option = {name, string()} | {parentWindow, wxWindow() (see module wxWindow)} See external documentation . getPrintData(This::wxHtmlEasyPrinting()) -> wxPrintData() (see module wxPrintData) See external documentation . getPageSetupData(This::wxHtmlEasyPrinting()) -> wxPageSetupDialogData() (see module wxPageSetupDialogData) See external documentation . previewFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool() See external documentation . previewText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool() Equivalent to previewText(This, Htmltext, []) . previewText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool() Types Option = {basepath, string()} See external documentation . printFile(This::wxHtmlEasyPrinting(), Htmlfile::string()) -> bool() See external documentation . printText(This::wxHtmlEasyPrinting(), Htmltext::string()) -> bool() Equivalent to printText(This, Htmltext, []) . printText(This::wxHtmlEasyPrinting(), Htmltext::string(), Options::[Option]) -> bool() Types Option = {basepath, string()} See external documentation . pageSetup(This::wxHtmlEasyPrinting()) -> ok See external documentation . setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string()) -> ok Equivalent to setFonts(This, Normal_face, Fixed_face, []) . setFonts(This::wxHtmlEasyPrinting(), Normal_face::string(), Fixed_face::string(), Options::[Option]) -> ok Types Option = {sizes, [integer()]} See external documentation . setHeader(This::wxHtmlEasyPrinting(), Header::string()) -> ok Equivalent to setHeader(This, Header, []) . setHeader(This::wxHtmlEasyPrinting(), Header::string(), Options::[Option]) -> ok Types Option = {pg, integer()} See external documentation . setFooter(This::wxHtmlEasyPrinting(), Footer::string()) -> ok Equivalent to setFooter(This, Footer, []) . setFooter(This::wxHtmlEasyPrinting(), Footer::string(), Options::[Option]) -> ok Types Option = {pg, integer()} See external documentation . destroy(This::wxHtmlEasyPrinting()) -> ok Destroys this object, do not use object again AUTHORS
<> wxErlang 0.98.9 wxHtmlEasyPrinting(3erl)
All times are GMT -4. The time now is 01:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy