Sponsored Content
Full Discussion: compariosn troubles...
Top Forums UNIX for Dummies Questions & Answers compariosn troubles... Post 43182 by jagannatha on Wednesday 12th of November 2003 05:16:35 PM
Old 11-12-2003
Still no go....

Here is my script.
Code:
#!/usr/bin/ksh

# This script will delete any failed files in the $SSM_IN_DIR

# Set variable to path
cd $SSM_IN_DIR
fail_path=`pwd`

# Count the files in the directory
batch_count=`ls -tr | wc -w`
batch_count2=`expr ${batch_count} - 1`
if [[ ${batch_count2} -gt 1 ]]; then
#	clear
	cd ${fail_path} | ls -lsF
	echo ""
	if [[ ${batch_count} -gt 1 ]]
	 then
		echo "There are" ${batch_count} "files in ${fail_path} directory."
		echo ""
	elif [[ ${batch_count} -lt 2 ]]
	then
		echo "There is" ${batch_count} "file in ${fail_path} directory."
		echo ""
	fi
	echo "Delete files [Y/N]]: \c"
	read cont
	clear
	if [[ ${cont} = "Y" ]] || [[ ${cont} = "y" ]]
	then
		LOGFILE=`ls -tr ${fail_path}`
		for file in ${LOGFILE}
		do
			if [ ! -d $file ]]
			then
				clear
				cd ${fail_path} | rm $file
			fi
		done
		ls -lsF ${fail_path}
	elif [[ ${cont} = "N" ]] || [[ ${cont} = "n" ]]
	then
	elif [[ ${cont} = " " ]]; then
		echo "Sorry, that is an invalid choice!"
		exit
	else 
		echo "Not sure what you wish to do?"
		end
	fi
elif [[ ${batch_count2} -lt 1 ]]
then
	echo "There are no failed files in the ${fail_path} directory. "
	echo ""
	cd ${fail_path} | ls -ls
	echo ""
	read cont
fi

added code tags for readability --oombera

Last edited by oombera; 02-19-2004 at 05:33 PM..
 

10 More Discussions You Might Find Interesting

1. Programming

compiling troubles

i keep getting the following error with the code segment below when i try to compile the program. The code is from 'defs.h' parse error before '(' parse error before ')' stray '\' in program this is the code segment and the error is on the second line of the segment #define... (1 Reply)
Discussion started by: token
1 Replies

2. UNIX for Dummies Questions & Answers

ssh2 troubles

I'm trying to set up a secure and trusted connection between 2 boxes running solaris using ssh2. I've run ssh-keygen2 on the local box and on the remote box, created the identification file ( IdKey id_dsa_2048_a ) on the local machine and copied across the public key file from the local to... (5 Replies)
Discussion started by: PaulC
5 Replies

3. Shell Programming and Scripting

String Compariosn: Use of If and OR

How to use OR with If for string comparison?? What is wrong in these two codes?? 1. if test $1 != "SO" OR $1 != "NO" then echo "Invalid" else echo "Valid" 2. if(( $1 != "SO" || $1 != "NO" )) then echo "Invalid" else echo "Valid" Please help? (2 Replies)
Discussion started by: sandeep_hi
2 Replies

4. HP-UX

cron troubles

I have a cronjob that I need to run everyday and it needs to have todays date inputed, here is what I have, but is not working as expected.......... 23 02 * * * cd /path;./RequestSummaryReport.sh $(date +%Y-%m-%d) the output from mail gives me............. Date: Fri, 8 Feb 2008 02:12:07... (4 Replies)
Discussion started by: theninja
4 Replies

5. Shell Programming and Scripting

if-statement troubles

I try to compare the day and month of someones birthday with the day and month of today, so my little bash script can send a mail to the person that has its birthday that day. The first line of the file birthdays looks like this: firstname,lastname,01/01/1990,.... The variable birthday's... (4 Replies)
Discussion started by: doc.arne
4 Replies

6. Shell Programming and Scripting

Encoding troubles

Hello All I have a set of files, each one containing some lines that follows that regex: regex='disabled\,.*\,\".*\"'and here is what file says about each files: file <random file> <random file> ASCII text, with CRLF line terminatorsSo, as an example, here is what a file ("Daffy Duck - The... (3 Replies)
Discussion started by: tukuyomi
3 Replies

7. UNIX for Dummies Questions & Answers

Cron troubles

I am aware this question has been answered time and again. I feel I have tried everything I have seen on the net and really need help to get this working. Same old story. Shell script, working from command but not from cron. I need my script to take values from a .properties file. Tried... (2 Replies)
Discussion started by: airalpha
2 Replies

8. Shell Programming and Scripting

for loop troubles

What I have here is a pretty textbook recursive function. Its purpose right now is simply to display all folders that don't contain folders. It works fine in all instances I can think of... except one. If there is a folder with a space in its name, the thing goes Kablooie. AFAIK the problem comes... (5 Replies)
Discussion started by: divisionbyzero
5 Replies

9. Shell Programming and Scripting

awk and tr troubles

I am trying to make all the fields containing lower case letters upper case and the third field of a file display ** instead. I have this: awk '{printf "%s %s ** %d %d\n", $1, $2, $4, $5}' database.txt | tr '' '' < database.txt And that only changes it to upper case, other... (4 Replies)
Discussion started by: Bungkai
4 Replies

10. BSD

PF troubles on OpenBSD 5.0

I am setting up a system as an ADSL gateway. ADSL is working fine. PF is not forwarding for some reason. # ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33196 priority: 0 groups: lo inet6... (0 Replies)
Discussion started by: John Tate
0 Replies
install-solaris(1M)                                                                                                            install-solaris(1M)

NAME
install-solaris - install the Solaris operating system SYNOPSIS
install-solaris install-solaris invokes the Solaris Install program. Depending on graphical capability and available memory at the time of invocation, install-solaris invokes either a text-based installer or a graphical installer. The following minimum requirements for physical memory dictate which features are available during installation: For SPARC machines: 128 MB Minimum physical memory for all installation types 128 MB Minimum physical memory required for windowing system 384 MB Minimum physical memory required for graphical-based installation For x86 machines: 256 MB Minimum physical memory for all installation types 256 MB Minimum physical memory required for windowing system 512 MB Minimum physical memory required for graphical-based installation In some cases, even if the minimum physical memory is present, available virtual memory after system startup can limit the number of fea- tures available. install-solaris exists only on the Solaris installation media (CD or DVD) and should be invoked only from there. Refer to the for more details. install-solaris allows installation of the operating system onto any standalone system. install-solaris loads the software available on the installation media. Refer to the for disk space requirements. Refer to the for more information on the various menus and selections. See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcdrom (Solaris instal- | | |lation media) | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ pkginfo(1), install(1M), pkgadd(1M), attributes(5) It is advisable to exit install-solaris by means of the exit options in the install-solaris menus. 23 Sep 2005 install-solaris(1M)
All times are GMT -4. The time now is 05:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy