Search Results

Search: Posts Made By: aditya.ece1985
7,336
Posted By aditya.ece1985
is this possible or not....... as the apache...
is this possible or not.......
as the apache web services will run on single server and html or cgi pages from other server can also be viewed but there services are stopped.....

plz suggest...
7,336
Posted By aditya.ece1985
remote web server access (apache)
Hi,

I have web server (apache) installed in server-1 and i want to view the web pages from diferent servers also while the web server is running only in one server ....(all the servers are...
6,614
Posted By aditya.ece1985
:( any answers plz...
:(

any answers plz...
6,614
Posted By aditya.ece1985
Error during installing DBD-mysql-4.005
Hi,

Iam not able to install DBD-mysql-4.005 into my Sun machine as the error comes -

perl Makefile.PL --mysql_config=/usr/local/mysql/bin/mysql_config
I will use the following settings for...
33,773
Posted By aditya.ece1985
cummon guys please help:(
cummon guys please help:(
33,773
Posted By aditya.ece1985
done ---
#!/bin/sh
i=50
echo "0--------20--------40-------60--------80-------100%"
while [ $i -ge 0 ]
do
echo "#\c"
sleep 1
i=`expr $i - 1`
done



but can i get the script log/output and this...
33,773
Posted By aditya.ece1985
i have already checked them they are not...
i have already checked them they are not working...........
i need a working one..
33,773
Posted By aditya.ece1985
how can i create a simple progress bar in shell
please help me as i want to create a simple process bar to check the status for any script.........
especially in UNIX
33,277
Posted By aditya.ece1985
this is the solution --- cat...
this is the solution ---

cat comment_file.txt | tr " " "\n" | sort | uniq -c | wc -l
:o
33,277
Posted By aditya.ece1985
:confused: thankx anyways
:confused:
thankx anyways
33,277
Posted By aditya.ece1985
yes u will be using uniq only but the first part...
yes u will be using uniq only but the first part is not working i used -
cat comment_file.txt | /usr/xpg6/bin/tr -sdc 'A-Za-z' '/012' | sort | uniq -c
33,277
Posted By aditya.ece1985
how to read all the unique words in a text file
How can i read all the unique words in a file, i used -

cat comment_file.txt | /usr/xpg6/bin/tr -sc 'A-Za-z' '/012'
and
cat comment_file.txt | /usr/xpg6/bin/tr -sdc 'A-Za-z' '/012'
but they...
9,941
Posted By aditya.ece1985
location=/some/path cat mylist | while read...
location=/some/path
cat mylist | while read line
do
cp $line $location
done
Showing results 1 to 13 of 13

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