Search Results

Search: Posts Made By: busyboy
647
Posted By busyboy
trying changing this field SendFromField="Neds...
trying changing this field
SendFromField="Neds Understudy <neds.roster@hotmail.com>" # From:

to

SendFromField="neds.roster@hotmail.com" # From:
1,254
Posted By busyboy
in Unix or similar environments, ftp command...
in Unix or similar environments, ftp command doesn't accept this s:script argument.

ftp -n -i FTP-SERVER<<EOFTP
user User PAssword
hash
bin
prompt
prompt
cd /remote/path
lcd /local/path...
989
Posted By busyboy
sed -e's/\./,/g' ---------- Post updated...
sed -e's/\./,/g'


---------- Post updated at 01:03 PM ---------- Previous update was at 01:02 PM ----------

or it can be with $NUM as

echo $NUM|sed -e's/\./,/g'
1,230
Posted By busyboy
for f in /tmp/satemp/* do cat words.txt|...
for f in /tmp/satemp/*
do
cat words.txt| while read line
do
awk -vLIT="$line" '$0 ~ LIT { print LIT,"Found in ",FILENAME; }' $f
done
done
Forum: Solaris 01-13-2011
13,688
Posted By busyboy
I think you dont need to have a solaris-8 CDROM...
I think you dont need to have a solaris-8 CDROM for that.

try using

installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk \
/dev/rdsk/c1t0d0s0

replace the rdsk path with your new disk...
15,055
Posted By busyboy
niteesh, in simple, this needs something...
niteesh,

in simple, this needs something which can execute code on your behalf on web server, whereas using simple HTML ( as far as I know ) is only the presentation of the contents to client's...
2,837
Posted By busyboy
try tr -s " " " " <filename or ...
try

tr -s " " " " <filename

or

GNU sed

sed -r 's/[ ]{2}/ /g' filename

Non-GNU sed

sed 's/[ ]\{2,\}/g' filename

Please see this is only to remove 2 or more consecutive spaces NOT...
16,807
Posted By busyboy
You can define an external routine and use the...
You can define an external routine and use the dbms_pipe package to call a UNIX shell script.
Here is an example of a invoking a shell script from PL/SQL using dbms_scheduler:

...
Forum: Solaris 06-18-2010
8,396
Posted By busyboy
T-Series as has been under several discussions ,...
T-Series as has been under several discussions , are the pure IO intensive servers. you put application on the system with high i/o requirement and they run like cheetah, have good resource...
Forum: Solaris 05-21-2010
2,001
Posted By busyboy
VirtualBox by Sun may help you on this. for both...
VirtualBox by Sun may help you on this. for both sparc and x86
Showing results 1 to 10 of 10

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