10 More Discussions You Might Find Interesting
1. Programming
Hello ,
I am new bee to Solr and trying to run sample example for solr .
java -Durl=http://locahost:8983/solr/update -jar post.jar books.csv
Error
SimplePostTool version 1.5
Posting files to base url http://locahost:8983/solr/update using content-type... (3 Replies)
Discussion started by: Tomlight
3 Replies
2. UNIX for Dummies Questions & Answers
I am having output in this format..
-rw-r--r--
1
root
root
20
Jan
01
14:32
abc.txt
-rw-r--r--
1
root
root
40
Jan
01
14:32
abcd.txt
-rw-r--r-- (9 Replies)
Discussion started by: bhargav456
9 Replies
3. Shell Programming and Scripting
Script:
#!/sbin/sh
echo "Welcome to my First Script"
echo "Enter a word"
read PASS
if then
echo "You are correct"
elif then
echo "Thats incorrect"
else
echo "Bye"
fi
When i run the script shell says:
Syntax error at line 7:'elif' is not expected
I ran through some old posts and... (3 Replies)
Discussion started by: Amit Kulkarni
3 Replies
4. Shell Programming and Scripting
Hi,
I run an awk script and I got the error attached below:
here are the lines that the compiler point to as an error:
duration = timeEnd1-timeBegin1;
print "Transmission: type of traffic " flow1 ;
print “ - Total transmitted bits = ” totalBits1 ” bits”;
print “ - duration = ”... (2 Replies)
Discussion started by: ENG_MOHD
2 Replies
5. Solaris
Hi All,
We have been trying to Install Metamail on our Solaris 10 server but have failed to do so.
We are a bit topo short of time here so are now trying to Explore any Meta Mail alternatives.
What we basically want to do is:
Server will recieve email, Procmail will recieve the email... (0 Replies)
Discussion started by: paragkhanore
0 Replies
6. Solaris
Hi All,
We are trying to Load Metamail on our Solaris 10 Server but are not able to.
This is what we get:
m5k604d1@root# pwd
/export/home/xpvh76/mm2.7/src
m5k604d1@root# /usr/ccs/bin/make
(cd metamail ; make CONFIGDIR=../. CFLAGS="-g -I. " CC="cc" LDLIBS="")
sh: make: not found... (1 Reply)
Discussion started by: paragkhanore
1 Replies
7. Shell Programming and Scripting
I have an expect script that interrogates several hundred unix servers for both access and directories therein using "ssh user@host ls -l /path". The combination of host/path are unique but the host may be interrogated multiple times if there are multiple paths to test.
The expect script is run... (2 Replies)
Discussion started by: twk
2 Replies
8. Shell Programming and Scripting
Hi,
I have a cron job which executes daily once 9 PM.
The script is like
if
then
TYPE=OC
elif
then
TYPE=i
elif
then
TYPE=mmc
elif
then
TYPE=CB
elif
then
TYPE=oth
fi (1 Reply)
Discussion started by: surjyap
1 Replies
9. UNIX for Dummies Questions & Answers
Hi there. I have a problem with some files I am trying to process. It goes as follows:
I receive an email with a MIME attachment
I use metamail to extract the data to a flat file named "email.txt"
I decode "email.txt" using metamail
This works great with one tiny issue
Information in the... (1 Reply)
Discussion started by: Atwill
1 Replies
10. Programming
Hi Guys.
I have downloaded metamail from internet e I´m trying to compile it at a SCO 5.0.5. In this server it´s working fine (let´s name it as mission1)
i´m using the developer package in this server (mission1) and when I use mailto, i got the e-mail fine. It´s forwarding to a exchange server... (2 Replies)
Discussion started by: ahnishimi
2 Replies