Sponsored Content
Top Forums Shell Programming and Scripting UNIX Shell Scripting (Solaris) for File Checking Post 302974470 by daveaztig14 on Tuesday 31st of May 2016 04:06:08 AM
Old 05-31-2016
Hi MadeinGermany,

I;m so sorry but im looking inside of each file. not just the file name, but your codes has given me some idea. Thanks a lot and hope you could help me more. Smilie

---------- Post updated at 03:06 AM ---------- Previous update was at 12:49 AM ----------

Hi RudiC,

i am open for other codes and scripts. Smilie

lately this is my script.

Code:
BANANA_DIR=/home/dave/cfg/dirBANANA.cfg
ORANGE_DIR=/home/dave/cfg/dirORANGE.cfg
APPLE_DIR=/home/dave/cfg/dirAPPLE.cfg
RESULT=/home/dave/
banana_file=`cat $BANANA_DIR`
orange_file=`cat $ORANGE_DIR`
apple_file=`cat $APPLE_DIR`
#BANANA
for a in $banana_file
    do 
	cd $a
	touch Statuscheck.tmp
	ls -lrt | grep -l BANANA > Statuscheck.tmp
    FILE=`cat Statuscheck.tmp | wc -l`
    if [ $FILE -ne 0 ]
	then
	   echo "Invalid file in $a directory" > $RESULT/dummyevents.log
    fi
    rm Statuscheck.tmp
    done
#ORANGE
for b in $orange_file
    do 
	cd $b
	touch Statuscheck.tmp
	ls -lrt | grep -l ORANGE > Statuscheck.tmp
    FILE=`cat Statuscheck.tmp | wc -l`
    if [ $FILE -ne 0 ]
	then
	   echo "Invalid file in $b directory" > $RESULT/dummyevents.log
    fi
    rm Statuscheck.tmp
    done
#APPLE
for c in $ftrord_file
    do 
	cd $c
	touch Statuscheck.tmp
	ls -lrt | grep -l APPLE > Statuscheck.tmp
    FILE=`cat Statuscheck.tmp | wc -l`
    if [ $FILE -ne 0 ]
	then
	   echo "Invalid file in $c directory" > $RESULT/dummyevents.log
    fi
    rm Statuscheck.tmp
    done


then yyou are asking for the cfg. i dont know how to insert image because it is asking for the url. im sorry.. but my /home/dave/cfg contains

dirBANANA.cfg
dirORANGE.cfg
dirAPPLE.Cfg

which contains the directories where the script will grep for "BANANA" "ORANGE" and "APPLE" word.

home/dave/cfg also contains
grepBANANA.cfg
grepORANGE.cfg
grepAPPLE.cfg

which contains the word "BANANA" or "ORANGE" or "APPLE" itself,
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

2. AIX

Unix shell scripting to find latest file having timestamp embedded...

Hi guys, I have a directory in UNIX having files with the below format, i need to pickup the latest file having recent timestamp embedded on it, then need to rename it to a standard file name. Below is the file format: filename_yyyymmdd.csv, i need to pick the latest and move it with the... (2 Replies)
Discussion started by: kaushik25
2 Replies

3. Solaris

How to check the file existence using shell scripting in Solaris-10

Hi, I have a script which will check the fiel existence, the lines are as below if !(test -d ./data) then mkdir data fi In the first line error occurs as below generatelicense.sh: syntax error at line 2: `!' unexpected Where as this script works fine in linux OS. How to solve... (2 Replies)
Discussion started by: krevathi1912
2 Replies

4. UNIX for Dummies Questions & Answers

Unix Shell Scripting -- update employees not present in input file

ALL, My shell script takes a employee file as input. I have to identify the list of employees not in the input file and update their status in the database. Approach I followed: by traversing through the input file add all the emplid's to a variable. update the status of employees not in... (2 Replies)
Discussion started by: sailussr
2 Replies

5. Shell Programming and Scripting

C Shell Scripting - HELP! - checking total args in a script

Hi, I 'm trying to learn the scripting language and am trying to create a script to open a C Program, allow the user to edit it, and then run it. What I have works but only when you enter the name to be compiled and the c program, but what if you only entered the 1 argument (cprogram.c) ? but I 'm... (3 Replies)
Discussion started by: patel_ankz
3 Replies

6. Shell Programming and Scripting

generate tabular output from an input text file in unix shell scripting

Hi, I have the output (as below) which i want it to be in a table. For e.g. space utilization in PSE on path /logs is 0% space utilization in PSE on path /logs/tuxedo/tuxlsp is 16% space utilization in PSE on path /ldvarlsp/lsp/log is 37% space utilization in PSE on path /home is 6%... (7 Replies)
Discussion started by: pkbond
7 Replies

7. Shell Programming and Scripting

Request for file read option in Unix shell scripting

Hi Friends, I would like to read all the record from one txt file to other file txt For example I have two txt file a.txt and b.txt. I need to read a.txt record by record and I need add the system date @ end of each record before moving it to b.txt. Could you please share the coding for... (4 Replies)
Discussion started by: vinoth124
4 Replies

8. Shell Programming and Scripting

How to add trailer record at the end of the flat file in the unix ksh shell scripting?

Hi, How to add trailer record at the end of the flat file in the unix ksh shell scripting can you please let me know the procedure Regards Srikanth (3 Replies)
Discussion started by: srikanth_sagi
3 Replies

9. Shell Programming and Scripting

Read csv file, convert the data and make one text file in UNIX shell scripting

I have input data looks like this which is a part of a csv file 7,1265,76548,"0102:04" 8,1266,76545,"0112:04" I need to make the output data should look like this and the output data will be part of text file: 7|1265000 |7654899 |A| 8|12660000 |76545999 |B| The logic behind the... (6 Replies)
Discussion started by: RJG
6 Replies

10. Solaris

Solaris Shell Scripting

Hi, Want to know, is there any way to restrict a Solaris user to Single Login. Means a particular user can login once and if he or someone else tries to login with his ID then a message displayed "user already logged in" and denies his attempt. Regard, Jeet (1 Reply)
Discussion started by: CountJeet
1 Replies
mz.cfg(1)						      General Commands Manual							 mz.cfg(1)

NAME
mz - a fast versatile packet generator SYNOPSIS
/etc/mausezahn/mz.cfg DESCRIPTION
Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet. Mausezahn's MOPS subsystem (Mausezahn's Own Packet System) supports an interactive mode with a Cisco-style command line interface (CLI). In order to activate this interactive mode, execute Mausezahn using the -x argument, optionally followed by an arbitrary TCP port number, such as # mz -x 99 in which case you can connect to Mausezahn via $ telnet 127.0.0.1 99 If no port number is specified, Mausezahn uses the default port number 25542 (which is the date of towel day followed by the answer to the universe and everything; however, you don't need to understand this in order to continue). Login credentials as well as other MOPS-related parameters can be specified in the Mausezahn configuration file mz.cfg located in etc/mausezahn. Currently, user-specific configuration files are not supported. If no configuration file is present Mausezahn assumes the following default login credentials: username: mz password: mz enable password: mops Currently only login credentials can be configured within the configuration file. Here is an example content of /etc/mausezahn/mz.cfg: user = herbert password = moTTe enable = T0p5ecreT Additional configuration options will be officially supported with the next releases. FILES
/etc/mausezahn/mz.cfg SEE ALSO
mz(1) AUTHOR
Herbert Haas. Visit www.perihel.at/sec/mz/ for Mausezahn news and additional information. This manual page was written by Herbert Haas <herbert AT perihel DOT at>, for the Debian project. March 7, 2010 mz.cfg(1)
All times are GMT -4. The time now is 02:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy