Search Results

Search: Posts Made By: topcat8
1,819
Posted By topcat8
Hi, sorry to reply to my own post but I found my...
Hi, sorry to reply to my own post but I found my answer as below...

eval `echo ${1}_log=$log_loc/cchealth/$1/$1.$date_stamp.$$`

Kind Regards

Cath
1,819
Posted By topcat8
composing a variable name from another variable;
Hi Guys,

I have the below;

case $1 in
checkvob) checkvob_log=$log_loc/cchealth/$1/$1.$date_stamp.$$ ;;
dbcheck)...
39,786
Posted By topcat8
find . -mtime
...what am i doing wrong??

I need to find all files older than 30 days and delete but I can't get it to pull details for ANY + times. The file below has a time stamp which is older than 1 day,...
3,873
Posted By topcat8
global replace...
Hi,

I have a dir containing many shell scripts. Each of these shell scripts state a database name (always the same), which I need to change to be a new database.

grep <database name> * brings...
2,079
Posted By topcat8
Sun boxes
Hi,

I'm looking to get hold of a sun machine capable of running Solaris 9 to help me learn unix. I've been advised to look on e-bay, but am not sure of what to look for.

The below seems quite...
6,755
Posted By topcat8
wow, that's really good. Thanks, I...
wow, that's really good.

Thanks, I understand it more now. :)
6,755
Posted By topcat8
blonde
..having bad day, submitted that before I'd finished!! :(

and here is the output:

Please enter name, enter l for list, q for quit or f to find
l
Name: Ext:
Name: Ext: Tracy
Name: ...
6,755
Posted By topcat8
getting data list into a hash array
Begginer alert!!

I have just started learning perl and have got stuck. I need to initialize a hash array with values from a list. I've been told to do this using a split command, but its just not...
31,329
Posted By topcat8
exit status of command in a pipe line
Hi,

I am trying to test the exit status of the cleartool lsvtree statement below, but it doesn't seem to be working due to the tail pipe, which it is testing instead. Is there a way around this...
1
cut
2,358
Posted By topcat8
cut
Hi,

Does anyone know a more efficient way of writing the below.

exe=`echo ${testversion} | cut -d/ -f1,6 | cut -d@ -f1,2`
exe=`echo ${exe%@*}`
exe=`echo ${exe#*/}`

the variable...
Showing results 1 to 10 of 10

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