Search Results

Search: Posts Made By: Junes
4,109
Posted By radoulov
Your running script is a process for the OS ... ...
Your running script is a process for the OS ...
You may try to match against the full command line with -f:
pgrep -f 3_HOUSEKEEPING_FFTVTL_TO_FFTDSSU_DUPLICATION.ksh
916
Posted By RavinderSingh13
Hello, You can use the man test command to...
Hello,

You can use the man test command to check further about the same.

if [[ -z $variable ]] ## Will be true in case variable having no value/values.

OR

if [[ -n $variable ]] ##...
916
Posted By in2nix4life
Try using -z in your if statement to check for a...
Try using -z in your if statement to check for a null value in a variable:


if [ -z $VARIABLE ]
1,941
Posted By panyam
Hello, The code I suggested should work...
Hello,

The code I suggested should work provided the input format of your file does not change!!!

Tested in my system as below:


SCRIPTS>cat input_file
04/12/12 15:10:25
volume:...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 10:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy