Sponsored Content
Full Discussion: Error code checking
Top Forums Shell Programming and Scripting Error code checking Post 302133027 by jepombar on Tuesday 21st of August 2007 01:50:10 PM
Old 08-21-2007
Got it

I just found a tutorial on manipulating files and directories and I got my answers. Thanks.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Code checking for all values in the same if statement.

I am trying to set up a variable based on the name of the file. function script_name { if then job_name='MONITOR' return job_name; elsif then job_name='VERSION' return job_name fi } for i in `ls *log` do script_name $i done. (4 Replies)
Discussion started by: oracle8
4 Replies

2. Shell Programming and Scripting

Need help with error checking

I am creating a script that will automatically use sftp to connect to a site and download a file, extract the tar and then delete the tar file once completed. What I am stuck on is the error checking for this process. Here is the code so far: Now this works for me as is, but i need... (0 Replies)
Discussion started by: xianoth
0 Replies

3. Shell Programming and Scripting

checking the return code

hi i have a file, i am reading line by line and checking a line contains a string , `grep "Change state" $LINE` if then echo "The line contains---" else echo "The line does not contains---" i need to check the return code , but i am getting an error ... (4 Replies)
Discussion started by: Satyak
4 Replies

4. Shell Programming and Scripting

Error checking help.

I am currently wrapping up a assignment for one of my classes. I need help writing some error checking logic. The problems I am having are: keeping track of the records I have deleted and reported it back using echo. I have no idea how to do this. ensuring that line numbers fall... (1 Reply)
Discussion started by: Boltftw
1 Replies

5. Programming

code for checking username char is not present in password.

hi friends , i need c code for my app, in my app the user can create the new user for the system, while creating the new user ,i try to include the condition the user name is not present in password. my exe requrment is : the user name char is not present in password,if the password... (6 Replies)
Discussion started by: vasu28
6 Replies

6. Shell Programming and Scripting

code checking

i was just wondering how would you check , beside the lock method, if an instance of another code is already running and if it is then output a message to the user saying the program is already running and exit!! the code is in BOURNE SHELLL!!! thanks in advance!! (3 Replies)
Discussion started by: bshell_1214
3 Replies

7. Shell Programming and Scripting

Checking for duplicate code

I have a short line of code that checks very rudimentary for duplicate code: sort myfile.cpp | uniq -c | grep -v "^.*1 " | grep -v "}" It sorts the file, counts occurrences of each line, removes single occurrences and removes the ubiquitous closing brace. The language is C++, but is easily... (3 Replies)
Discussion started by: figaro
3 Replies

8. Shell Programming and Scripting

Checking LB status.. stuck in script syntax of code

#!/bin/ksh #This script will check status of load balancer in AIX servers from hopbox #Steps to do as folows : #Login to server #netstat -ani | grep <IP> #check if the output contains either lo0 OR en0 #if the above condition matches, validation looks good #else, send an email with impacted... (7 Replies)
Discussion started by: vinil
7 Replies

9. UNIX for Beginners Questions & Answers

Code for checking if certain no of files exists

Hi, I am writing the shell script in ksh to check certain no of files exists,In my case there are 7 files exist like below Sales1_timstamp.csv Sales2_timstamp.csv Sales3_timstamp.csv Sales4_timstamp.csv Sales5_timstamp.csv Sales7_timstamp.csv Sales7_timstamp.csv Once all the files... (4 Replies)
Discussion started by: SRPR
4 Replies
condor_preen(1) 					      General Commands Manual						   condor_preen(1)

Name
       condor_preen remove - extraneous files from Condor directories

Synopsis
       condor_preen [-mail] [-remove] [-verbose]

Description
       condor_preenexamines  the  directories belonging to Condor, and removes extraneous files and directories which may be left over from Condor
       processes which terminated abnormally either due to internal errors or a system crash. The directories checked are the  LOG  ,	EXECUTE  ,
       and   SPOOL directories as defined in the Condor configuration files. condor_preenis intended to be run as user	root or user  condor peri-
       odically as a backup method to ensure reasonable file system cleanliness in the face of errors. This is done automatically  by  default	by
       the condor_masterdaemon. It may also be explicitly invoked on an as needed basis.

       When  condor_preencleans the  SPOOL directory, it always leaves behind the files specified in the configuration variable  VALID_SPOOL_FILES
       as given by the configuration. For the  LOG directory, the only files removed or reported are those listed within the  configuration  vari-
       able   INVALID_LOG_FILES  list. The reason for this difference is that, in general, the files in the  LOG directory ought to be left alone,
       with few exceptions. An example of exceptions are core files. As there are new log files introduced regularly, it is less effort to specify
       those that ought to be removed than those that are not to be removed.

Options
       -mail

	  Send mail to the user defined in the	PREEN_ADMIN configuration variable, instead of writing to the standard output.

       -remove

	  Remove the offending files and directories rather than reporting on them.

       -verbose

	  List all files found in the Condor directories, even those which are not considered extraneous.

Exit Status
       condor_preenwill exit with a status value of 0 (zero) upon success, and it will exit with the value 1 (one) upon failure.

Author
       Condor Team, University of Wisconsin-Madison

Copyright
       Copyright  (C)  1990-2012  Condor  Team,  Computer  Sciences Department, University of Wisconsin-Madison, Madison, WI. All Rights Reserved.
       Licensed under the Apache License, Version 2.0.

       See the Condor Version 7.8.2 Manualor http://www.condorproject.org/licensefor additional notices. condor-admin@cs.wisc.edu

								  September 2012						   condor_preen(1)
All times are GMT -4. The time now is 04:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy