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
~370 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jure

Ive made a program in .sh that flushes urls with topic into standrard out, now i want to make that program do the same as a c++, please help any 1 basicly i need the program to "download" urls with matching topic from the site... :idea:

Member Avatar for c_raj
0
141
Member Avatar for jure

as somone know i have a url graber script, and i want to get commands from standard inn how do i do that?

Member Avatar for Paul.Esson
0
80
Member Avatar for jure

hello im trying to make a shell script that "downloads" links and topic that is to the link but i cant make it work. It is supposed to get the urls from a txt file or a file. [code] IFS=`echo -e "\n\r"` for I in `cut -f1 $1` do source=$(echo …

Member Avatar for jure
0
149