Search Results

Search: Posts Made By: lione.heart
9,685
Posted By lione.heart
hi , i look to yum proc but the problem is that...
hi ,
i look to yum proc but the problem is that i am running on a net that is not connected to the web

so i their any off line installation like universe in Ubuntu ?

TU
9,685
Posted By lione.heart
install centos with php and oracle client
Hi i'm trying to install centos ver 5 with apache server 1.3 and need to install
oracle client to connect from the php to oracle data base.

the problem is that evry package that i install needs...
2,427
Posted By lione.heart
A Hebrew Language
A Hebrew Language
2,427
Posted By lione.heart
add language in dsl
Hi
can any one point me to a procdure to add lang to dsl os (Damn Small Linux )

TU
:)
1,519
Posted By lione.heart
adding language to dsl
Hi
can any one point me to a procdure to add lang to dsl os (Damn Small Linux )

TU :)
23,578
Posted By lione.heart
#!/bin/ksh str="5.2.314" Var1=`echo...
#!/bin/ksh

str="5.2.314"

Var1=`echo $str | awk -F\. '{print $1}'`
Var2=`echo $str | awk -F\. '{print $2}'`
Var3=`echo $str | awk -F\. '{print $3}'`

echo "$Var1 $Var2 $Var3"



enjoy :)
12,535
Posted By lione.heart
cat FILE | awk -F\| '{for(i=1;i<125;i++) printf...
cat FILE | awk -F\| '{for(i=1;i<125;i++) printf "%s ",$i; printf"\n"}' > firs125col.log
cat FILE | awk -F\| '{for(i=125;i<251;i++) printf "%s ",$i; printf"\n"}' > second125col.log

have a nice...
1,698
Posted By lione.heart
if u want to print var on awk: VAR="some...
if u want to print var on awk:

VAR="some data"

cat /tmp/file | awk '{print "'$VAR'",$0}' > /tmp/file.var
3,136
Posted By lione.heart
$6 exactly random awk '$6=="Random" {print}'...
$6 exactly random

awk '$6=="Random" {print}'

$6 contain random

awk '$6~/Random/ {print}'

have a nice day :)
3,873
Posted By lione.heart
try this sed -n 's/'$old'/'$new'/gp' $file
try this

sed -n 's/'$old'/'$new'/gp' $file
7,233
Posted By lione.heart
the program run manualy in the first time and run...
the program run manualy in the first time and run until it gets "Ctrl C" from the user

the env is bash on sun solaris
7,233
Posted By lione.heart
no it is a script that collect info and should...
no it is a script that collect info and should not stop

the problem that after the 00:00 AM it stop with out a reason
7,233
Posted By lione.heart
problem using sleep command
hi all

im trying to :

while true
do
command
sleep 1000
done

the problem is that after the 24:00 hour the script stop

any idea :)
Showing results 1 to 13 of 13

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