Sponsored Content
Top Forums Shell Programming and Scripting Command script for checking a file existence Post 303033740 by netrom on Thursday 11th of April 2019 04:16:03 AM
Old 04-11-2019
Command script for checking a file existence

Hello,

I have a directory where sometimes appear a certain file name - and I'd like to be notified by email when that happens... so what command or script I may use?

e.g. if there's a file named "adam" in the directory named "dir1" then send a mail to "abc@abc.com".. it needs to permanently check the "dir1" until the file "adam" appears and then it can stop or finish. In case, no such file name is in "dir1" it does nothing, it's just running...

Thanks!
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

checking file existence

Hi, My requirement was to check the existence of a file having a specified pattern.The way i tried to achieve this was if ; then echo "File found" fi an example file having this pattern was 'ilvs_trace01.0124'. it will vary... (3 Replies)
Discussion started by: DILEEP410
3 Replies

2. Shell Programming and Scripting

Checking the existence of a file..

Hi, I am trying to check for the existence of a file using the 'test' and the file existence options. When trying to check for a file with a space in between e.g 'Team List', it gives the following error. learn1: line 3: test: `Team: binary operator expected I am pasting my code below as... (7 Replies)
Discussion started by: igandu
7 Replies

3. Shell Programming and Scripting

Checking for existence of a flat file in UNIX !

Hi All, I have a requirement where in i need to check for existence of a file and later execute some pmcmd commands related to informatica. I tried many ways but was unsuccessful could you please throw some light. Below are the sample codes i wrote. Example 1: #!/bin/ksh... (4 Replies)
Discussion started by: Ariean
4 Replies

4. Shell Programming and Scripting

Checking Multiple file existence

Hi, I want to check multiple files exist or not in a single if statement in korn Shell:confused:. Please help me Thanks (1 Reply)
Discussion started by: lathish
1 Replies

5. Shell Programming and Scripting

Checking for existence of stored procedure through script

Hi, I have a stored procedure which takes in arguments from my script and deletes rows from a table. Before calling the procedure from the script i want to make sure if the procedure actually exists.If it exists, i want to pass values to the procedure and execute it.if the stored procedure... (3 Replies)
Discussion started by: justchill
3 Replies

6. Shell Programming and Scripting

Checking the existence of a file before getting last modified

Hi, I am trying to check the existence of a file, from a list of possible filenames: status-A status-B status-C before retrieving the last modified datetime using ls, I want to check it exists or ls will throw an error. So I have tried this: if ; then ls status-* fi But the if... (3 Replies)
Discussion started by: LostInTheWoods
3 Replies

7. Shell Programming and Scripting

checking the file existence using ssh

Hi Can any body say me the reason for below error ssh -o 'StrictHostKeyChecking no' user@client ' && print "1"' I am getting error as "Missing ]":wall: (6 Replies)
Discussion started by: ramesh12621
6 Replies

8. Shell Programming and Scripting

Checking existence of file using awk

Hi, I need to check whether a particular file exists ot not using awk. Can anyone help me please? For Example:script that i am using: awk '{filename =$NF; rc=(system("test -r filename")) print $rc;}' "$1" is not working. Here I am passing a text file as input whose last word contains a... (6 Replies)
Discussion started by: manish007
6 Replies

9. Shell Programming and Scripting

Checking file existence along with condition

Hi am trying to write a script which find the existence of a file from a find command output and perform a task if the file exists. Help me out with the correct syntax . Am trying with the following one but unable to get the output. if then <some tasks> else echo "file not exists" fi (5 Replies)
Discussion started by: rogerben
5 Replies

10. Shell Programming and Scripting

Checking for the file existence

Hi, I have written a script to validate the data file by referreing to the configurtion file. And moving the validated good records and bad records into HDFS. Suppose after 15 mins if i receive one more data fie,then after validation the good and bad records shold be stored in hadoop with the... (8 Replies)
Discussion started by: shree11
8 Replies
showfile(8)						      System Manager's Manual						       showfile(8)

NAME
showfile - displays the attributes of AdvFS directories and files SYNOPSIS
/usr/sbin/showfile [-i] [-h | -x] filename... OPTIONS
Displays the raw extent map for an AdvFS file (including any holes). You cannot use both the -h and the -x options in the same command. When a filename is a directory, displays attributes for the directory's index file. Displays the full storage allocation map (extent map) for AdvFS files. You cannot use both the -h and the -x options in the same command. OPERAND
One or more directory or file names. If you do not supply filename arguments, you can use an asterisk (*) to display all the files in the current directory. DESCRIPTION
The showfile command displays the attributes of one or more AdvFS files. The command also displays the extent map of each file. An extent is a contiguous area of disk space that the file system allocates to a file. Simple files have one extent map; striped files have an extent map for every stripe segment. You can list AdvFS attributes for an individual file or the contents of a directory. Although the showfile command lists both AdvFS and non-AdvFS files, the command displays meaningful information for AdvFS files only. The showfile command displays the following file attributes: Id The unique number (in hexadecimal format) that identifies the file. Digits to the left of the dot (.) character are equivalent to a UFS inode. Vol The location of primary metadata for the file, expressed as a number. The data extents of the file can reside on another volume. PgSz The page size in 512-byte blocks Pages The number of pages allocated to the file XtntType The extent type can be simple, which is a regular AdvFS file without special extents; stripe, which is a striped file; symlink, which is a symbolic link to a file; ufs, nfsv3, and so on. The showfile command cannot display attributes for either symbolic links or non-AdvFS files Segs The number of stripe segments per striped file, which is the number of volumes a striped file crosses. (Applies only to stripe type.) SegSz The number of pages per stripe segment. (Applies only to stripe type.) I/O The type of write requests to this file. Write requests are buffered (the AdvFS default) Forced synchronous writes as described in chfile(8) Write requests executed under AdvFS transaction control, which is reserved for metadata files and directories. Perf The efficiency of file-extent allocation, expressed as a percentage of the optimal extent layout. A high percentage, such as 100%, indicates that the AdvFS I/O system has achieved optimal efficiency. A low percentage indicates the need for file defragmentation. File The name of the directory or file. If the file is a directory that has an index file associated with it and the -i option has not been specified, the statistics displayed are for the directory. The term index follows the directory name. If the file is a direc- tory that has an index file associated with it and the -i option is specified, the statistics displayed are for the index file asso- ciated with the directory. The name of the directory follows the index. Whereas a simple file has one extent map, a striped file has more than one extent map. An extent map (numbered extentMap:1, extentMap:2, and so on) displays the following information: pageOff The starting page number of the extent pageCnt The number of pages in the extent vol The location of the extent, expressed as a number volBlock The starting block number of the extent blockCnt The number of blocks in the extent extentCnt The number of extents EXAMPLES
The following example displays the AdvFS-specific attributes for all the files in the current working directory: # showfile * Id Vol PgSz Pages XtntType Segs SegSz I/O Perf File 6.8001 1 16 427 simple ** ** async 100% datafile1 7.8001 1 16 427 simple ** ** sync 100% datafile2 5.8001 1 16 1 simple ** ** ftx 100% quota.group 4.8001 1 16 1 sim- ple ** ** ftx 100% quota.user The following example displays the attributes for a directory named dir1 and then displays the attributes for an index file for the dir1 directory: # showfile dir1 Id Vol PgSz Pages XtntType Segs SegSz I/O Perf File 7b.8001 1 16 48 simple ** ** ftx 13% dir1 (index) # showfile -i dir1 Id Vol PgSz Pages XtntType Segs SegSz I/O Perf File 5511.8001 1 16 43 simple ** ** ftx 15% index (dir1) The following example shows the attributes and extent information for the mail file, which is a simple file: # showfile -x mail Id Vol PgSz Pages XtntType Segs SegSz I/O Perf File 4198.800d 2 16 27 simple ** ** async 66% tutor extentMap: 1 pageOff pageCnt vol volBlock blockCnt 0 5 2 781552 80 5 12 2 785776 192 17 10 2 786800 160 extentCnt: 3 SEE ALSO
advfs(4) showfile(8)
All times are GMT -4. The time now is 07:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy