You could try something like this, not they after finding a watch file you should probably delete or move it aside to stop actions repeating on every check:
This User Gave Thanks to Chubler_XL For This Post:
How do I update, change, reconfigure or whatever it is that I have to do, in order to rid the GENERIC label. It just means that it is the basic kernel shipped with the OS right? Im using FBSD 4.5 (2 Replies)
Hi everyone,
Please find the script for Filewatcher rule file,which does the simple job of moving the files whenever it dectects to another directory.And whenever it detects the cmd_mm.stop file,it should terminate the job.
INTERVAL 60
ON_FILEWATCH ${HLD}/CMD/* CREATE 0 1 2 0400 5
THEN... (2 Replies)
Hi All,
Sorry to post these many questions on UNIX. i am new to unix & got only UNIX work in my organization.
I need to make a script for File Arrival Check.
1. The script should wait for indicator file for configured amount of time.
2. If the file is not received after the configured... (4 Replies)
can we copy higher version aclocal to our software.
Is there any good book for automake,aclocal.m4,configure.sub,configure.guess that explains clearly about how they are related , how to modify them etc
Thanks
Gopi (1 Reply)
Hi,
A ------> B ------> C
I have a scenario where each day, my server B would ftp to server A and pull (A,B,C,D,E) from a specific directory.
Server C would need files (B,D) only when server B finished receiving from server A. These files change everyday, so sometimes it takes longer... (3 Replies)
Hi Friends
iam using a filewatcher job which checks the path in intervals
below is the script
#!/bin/ksh
fileflag=0
timer1=0
check_interval=120 # check every 2 minutes
(( check_interval_minutes=${check_interval}/60 ))
while
do
if
then
echo "My file exists now..." | mailx -s... (7 Replies)
hi All,
I ned to write a filewatcher script, with following requirements.
1. The script should look for the file in every 5 min.
2. If the file is found, it should check in every 3 min the size of file.
3. if the file size has not changed in last 4 iterations (i.e. in last 12 min), the... (2 Replies)
Discussion started by: alok2082
2 Replies
LEARN ABOUT CENTOS
wnstats
WNSTATS(7) WordNettm WNSTATS(7)NAME
wnstats - WordNet 3.0 database statistics
DESCRIPTION
Number of words, synsets, and senses
+----------+---------+---------+------------------+
| POS | Unique | Synsets | Total |
| | Strings | | Word-Sense Pairs |
+----------+---------+---------+------------------+
|Noun | 117798 | 82115 | 146312 |
|Verb | 11529 | 13767 | 25047 |
|Adjective | 21479 | 18156 | 30002 |
|Adverb | 4481 | 3621 | 5580 |
+----------+---------+---------+------------------+
|Totals | 155287 | 117659 | 206941 |
+----------+---------+---------+------------------+
Polysemy information
+----------+------------------+------------+------------+
| POS | Monosemous | Polysemous | Polysemous |
| | Words and Senses | Words | Senses |
+----------+------------------+------------+------------+
|Noun | 101863 | 15935 | 44449 |
|Verb | 6277 | 5252 | 18770 |
|Adjective | 16503 | 4976 | 14399 |
|Adverb | 3748 | 733 | 1832 |
+----------+------------------+------------+------------+
|Totals | 128391 | 26896 | 79450 |
+----------+------------------+------------+------------+
+----------+----------------------------+----------------------------+
| POS | Average Polysemy | Average Polysemy |
| | Including Monosemous Words | Excluding Monosemous Words |
+----------+----------------------------+----------------------------+
|Noun | 1.24 | 2.79 |
|Verb | 2.17 | 3.57 |
|Adjective | 1.40 | 2.71 |
|Adverb | 1.25 | 2.50 |
+----------+----------------------------+----------------------------+
NOTES
Statistics for all types of adjectives and adjective satellites are combined.
The total of all unique noun, verb, adjective, and adverb strings is actually 147278. However, many strings are unique within a syntactic
category, but are in more than one syntactic category. The figures in the table represent the unique strings in each syntactic category.
WordNet 3.0 Dec 2006 WNSTATS(7)