Search Results

Search: Posts Made By: busyboy
669
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,255
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...
1,239
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
994
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'
15,087
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...
Forum: Solaris 01-13-2011
13,800
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...
Forum: Solaris 06-18-2010
8,405
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...
2,852
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,864
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 05-21-2010
2,002
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 10:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy