Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for manujkathuria

Hi i am trying to send email using linux mail command, it does not show any error but its not delivering to the recipient, i am using redhat 5.8 and the command i used is echo "Hi" | mail -s 'Hi' [email protected] do i need to configure any redhat file …

Member Avatar for rch1231
0
105
Member Avatar for manujkathuria

Hi, I would like to write a script to scp files from 1 server to other but the problem is if scp fails maybe because of server crash or somthing like that, i would like to start scp from the last file. i dont want to copy all the files …

Member Avatar for L7Sqr
0
134
Member Avatar for kisseric

#include<iostream> #include<conio.h> using namespace std; int add(int a, int b) { cout<<"Please enter a number"<<endl; cin>>a; cout<<"Please enter another number to add\n"; cin>>b; int c = a + b; cout<<"Output: "<<a<<" + " <<b<< " = "<<c; return c; } int sub(int a, int b) { cout<<"Please enter a number"<<endl; …

Member Avatar for manujkathuria
-4
1K

The End.