Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ffind(3) [debian man page]

fFind(3)							   util/ulocks.h							  fFind(3)

NAME
fFind - find a file lock. SYNOPSIS
#include <util/ulocks.h> NEOERR *fFind(int *plock, const char *file); ARGUMENTS
plock - place for lock. file - path of file to use as lock. DESCRIPTION
Find a file identified by the path <file>, and returns a lock identifier for it in <plock>. If the file doesn't exist, returns true. MT-Level: Safe. RETURN VALUE
plock - set to lock identifier. SEE ALSO
mCreate(3), fCreate(3), mUnlock(3), fUnlock(3), cBroadcast(3), cSignal(3), fFind(3), cDestroy(3), cCreate(3), mDestroy(3), cWait(3), fLock(3), fDestroy(3), mLock ClearSilver 12 July 2007 fFind(3)
Man Page

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

removing files that are 60 days old

Hello guys I'm writing a script and I need some help. I'm almost done but I think I have a problem with my ffind command. I need the scripts to delete files are 60 days old and then append the filenames to a text file on the days they were deleted. If someone can help me I would be thankful. (5 Replies)
Discussion started by: aojmoj
5 Replies

2. Shell Programming and Scripting

Grep xml tags

Hi I want to get the value between to XML tags as follows <EAN>12345</EAN> so i would want to return 12345. i have tried sed and awk but can't do it. can anyone help? (9 Replies)
Discussion started by: handak9
9 Replies

3. Shell Programming and Scripting

fast searching algorithm

hello, i need a searching algorithm in unix. since my input file is very bulky, so need a real fast searching algorithm, to match words. i am already using grep. (3 Replies)
Discussion started by: rochitsharma
3 Replies

4. Solaris

Summary Explorer Output

Hi Guys... I wonder about explorer Output on Solaris, can we get all system information based on explorer to a single summary report. Is there any tools can generate explorer output to some summary report information ? thanks Renggta H Patria (3 Replies)
Discussion started by: gryffindor
3 Replies

5. Linux

GPG error on Debian 4 using apt-get

Hello, I wish to update a debian 4.0 server we have but cannot get past the following error message. my keys are as follows: Any help would be good. (0 Replies)
Discussion started by: pobman
0 Replies

6. Shell Programming and Scripting

indication of find activity - bash script

Hi All, I wanted to show on stdout that a file was found right after it happens due to indicate the activity of long search. Further more I want to store the result of the find in a file. I have tried this: echo -n "Searching" find . -name Makefile -type f -print -exec echo -n "." \; >... (16 Replies)
Discussion started by: vercsab
16 Replies

7. What is on Your Mind?

The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Scrutinizer

Please join me in congratulating Scrutinizer for his long overdue lifetime achievement award badge from UNIX.COM in computer wizardry: "The Order of the Wizard's Hat - Lifetime Achievement Award" This "Order of the Wizard's Hat" is presented to Scrutinizer for Computer Wizardry in the UNIX... (7 Replies)
Discussion started by: Neo
7 Replies