Search Results

Search: Posts Made By: blurboy
Forum: Programming 02-15-2008
4,627
Posted By blurboy
Help needed for C++ SMTP Client
Hi, may i know how do i take in user inputs and set them for "Subject", "To" and "From"?
===
my code:
write(sockfd,"DATA\r\n",strlen("DATA\r\n"));
strcpy (msgToSvr, "");
...
2,114
Posted By blurboy
#!/bin/bash here u go.. headstart..
#!/bin/bash

here u go.. headstart..
23,247
Posted By blurboy
grep a word from a specific line
for example:
searches only for single word
for single word
this is line three

match=$(grep -n -e "single" data.txt)

this command will stored "..... single ...... single" into search.

how...
5,233
Posted By blurboy
thank you very much.
thank you very much.
5,233
Posted By blurboy
help on formatting output (Table Form)
Data in File

ABC:DEFGHI:123
ABCZYE:DEFI:123
ABCFGD:DEF:123
ABCEERRRRR:DEFGHI:123

Expected Format

1 ABC DEFGHIFE 123
2 ABCZYE DEFI 123
3 ABCFGD ...
Showing results 1 to 5 of 5

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