Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

raddepend(1) [redhat man page]

RADDEPEND(1)						      General Commands Manual						      RADDEPEND(1)

NAME
       raddepend - find RADIANCE scene dependencies

SYNOPSIS
       raddepend file ..

DESCRIPTION
       Raddepend  uses	getbbox(1)  to	expand scene file arguments and find file dependencies for make(1) or rad(1).  Raddepend looks only in the
       current directory, so dependencies hidden elsewhere in the filesystem will not be found or named.

       The output is the name of files, one per line, that were accessed during the expansion of the input file arguments.  The file arguments are
       excluded from the list.	If no input files are given, the standard input is read.

AUTHOR
       Greg Ward

BUGS
       On  some  older NFS systems, the file access dates are not updated promptly.  As a result, raddepend may not be 100% reliable on these sys-
       tems.  If the output seems to be missing essential files, this is no doubt why.	The only fix is to put in a longer sleep time between  the
       getbbox call and the final ls(1).

SEE ALSO
       make(1), oconv(1), rad(1), xform(1)

RADIANCE							      4/15/94							      RADDEPEND(1)

Check Out this Related Man Page

RADDEPEND(1)						      General Commands Manual						      RADDEPEND(1)

NAME
raddepend - find RADIANCE scene dependencies SYNOPSIS
raddepend file .. DESCRIPTION
Raddepend uses getbbox(1) to expand scene file arguments and find file dependencies for make(1) or rad(1). Raddepend looks only in the current directory, so dependencies hidden elsewhere in the filesystem will not be found or named. The output is the name of files, one per line, that were accessed during the expansion of the input file arguments. The file arguments are excluded from the list. If no input files are given, the standard input is read. AUTHOR
Greg Ward BUGS
On some older NFS systems, the file access dates are not updated promptly. As a result, raddepend may not be 100% reliable on these sys- tems. If the output seems to be missing essential files, this is no doubt why. The only fix is to put in a longer sleep time between the getbbox call and the final ls(1). SEE ALSO
make(1), oconv(1), rad(1), xform(1) RADIANCE
4/15/94 RADDEPEND(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

UNIX find by time scripting

Hi, I want to write a UNIX script that checks for any files older then 20mins in in a unix directory. If it does find a file then an email gets sent notifying the administrator. If no files are found then it doesn't do anything. Only thing I'm not so sure about writing is the finding of ... (1 Reply)
Discussion started by: budrito
1 Replies

2. UNIX for Dummies Questions & Answers

output of find command

Hi, I am confused about the output of find command. Please see the two find commands below. When i put "*.c" i get lots of files. But when i put *c only i get only one file. Any answer?? $ find . -name "*c" ./clarify/cheval/hp_server/rulemanager/rulemansvc... (3 Replies)
Discussion started by: shriashishpatil
3 Replies

3. UNIX for Dummies Questions & Answers

how to find files less than the current date

Hai, i have one directory contains 100 files .each file name like xvb_dateformat.i want find which file names are xvb_lessthan or equal to currentdate. any one give the solution. regards (4 Replies)
Discussion started by: mallikarjuna
4 Replies

4. Shell Programming and Scripting

find files older than a given file

I want to find out the files that are older than a given file in the current directory ...Can anyone help (5 Replies)
Discussion started by: Shivdatta
5 Replies

5. Programming

UNix envoirment

Hi When i am trying to make to compile my programs with make all it is showing me error "Cannot find a rule to create target dependencies" what could be the error I am using AIX flavour of unix although i am able to make a single programm compiled through make command. Make module is also not... (2 Replies)
Discussion started by: chetan2309
2 Replies

6. Programming

creating so's

hi everyone i have a doubt about ".so" files. what is the need of ".so" files. why we use ".so" files. where we can use ".so" files. how can i create ".so" files. can u tell me a good example please thank you (6 Replies)
Discussion started by: ramesh.jella
6 Replies

7. UNIX for Advanced & Expert Users

how to find files older than 4hours in HP-UX

Hi, I want to find the files older than 4 hours and remove them in HP-UX 11.23. Can anyone tell me how to do this? Thanks, GK (3 Replies)
Discussion started by: caprikar
3 Replies

8. UNIX for Advanced & Expert Users

find excluding the hidden files

Hi , I am trying to use the find command with delete in a directory . Even though i use a wil character search the find command is checking the hidden files which inturn results in error . Can i avoid look that into the hidden files ?? I am using HP unix . find /cv1/ -name "ite*"... (3 Replies)
Discussion started by: arunkumar_mca
3 Replies

9. AIX

how to find files older than 2 hours

I need help to find files in a directory that are older than 2 hours. Any help would be great. (3 Replies)
Discussion started by: pt14
3 Replies

10. Shell Programming and Scripting

Finding files in current directory when 100,000's files in current directory

Hi All I was wondering what is the most efficient way to find files in the current directory(that may contain 100,000's files), that meets a certain specified file type and of a certain age. I have experimented with the find command in unix but it also searches all sub directories. I have... (2 Replies)
Discussion started by: kewong007
2 Replies

11. Solaris

To get the hidden files information only

Hi all, I want to get only hidden files(which are start with '.' or '..') information in a current directory. I tried the below command, $ find . -name "^." -exec ls -la '{}' \; but it's not working. Can anyone give me your outputs. Thanks in advance, Raghu. (5 Replies)
Discussion started by: raghu.iv85
5 Replies

12. AIX

Want to find the last access time for large group of files at one go

Dear All, I'm working as a DBA and dont have much knowledge at OS level commands.we have requirement that we need find the files which has been last accessed >= apr 2010and also access date <= apr 2010 for a large set of files.Do know some commands likeistat, ls -u.But can anyone provide me the... (4 Replies)
Discussion started by: dbanrb
4 Replies

13. UNIX for Dummies Questions & Answers

Reading the dates from a file & moving the files from a directory

Hi All, I am coding for a requirement where I need to read a file & get the values of SUB_DATE. Once the dates are found, i need to move the files based on these dates from one directory to another. ie, this is how it will be in the file, SUB_DATE = 20120608,20120607,20120606,20120606... (5 Replies)
Discussion started by: dsfreddie
5 Replies

14. UNIX for Dummies Questions & Answers

HP UNIX: How to find files which are older than one hour.

HP Unix Version: HP-UX B.11.31 U ia64 Question I look for script or command to find files which are older than one hour. Tried below; # set the file time to 1 hours ago touch -t 201307160700 ./touchfile find /app/grid/product/11.2.0.3/rdbms/audit -name '*.aud' -type f ! -newer... (4 Replies)
Discussion started by: Siva SQL
4 Replies

15. Red Hat

RHEL 7 clusterssh

I'm looking for the rpm for clusterssh on RHEL7. I've found a couple sites but when I try to install them I'm missing dependencies. I haven't been able to find all of the working dependencies. Anyone have a link to the needed rpms? (2 Replies)
Discussion started by: toor13
2 Replies