Search Results

Search: Posts Made By: leslie02
9,187
Posted By leslie02
multidimensional arrays
I have a file that's logically in the form of a multidimensional array with an unknown number of records in the file. The file looks like this:

name1
data1
name2
data2
name3
...
1,906
Posted By leslie02
We embed the following into our scripts: for...
We embed the following into our scripts:

for Email_Recp in `cat $Email_Addr_Ops_Fail`
do

mailx -s "FTP FAILED" "$Email_Recp" < $LogFile
...
1,716
Posted By leslie02
nthing question
Help! I have an array with unknown # of subscripts. When certain condition is met, I need to print out the various elements and repeat by adding 6. So output should look something like:

print...
23,383
Posted By leslie02
Thanks everyone! Your creativity and...
Thanks everyone! Your creativity and helpfulness is fantastic. :)

leslie
23,383
Posted By leslie02
how can i find the third friday of each month?
Help please! I need to read the calendar and put the date of the third Friday of each month into a variable for comparison in an "if" statement. How would I do this?

Thnx,
leslie02
Showing results 1 to 5 of 5

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