Search Results

Search: Posts Made By: jdkirby
3,635
Posted By jdkirby
Thank you for the help! Using your suggestion, I...
Thank you for the help! Using your suggestion, I rewrote my own getline to serve the purpose I needed:

int getline(int infile, char *buf, char *pattern)
{
int n;
int count = 0; ...
3,635
Posted By jdkirby
grep Simulation Using Only Unbuffered I/O - C
1. The problem statement, all variables and given/known data:
Basically, I'm trying to search for a particular string pattern within a text file and print "textfile: line_no line". I need to read...
10,211
Posted By jdkirby
Calling compiled C program with Perl program
Long story short: I'm working inside of a Unix SSH under a bash shell. I have to code a C program that generates a random number. Then I have to call the compiled C program with a Perl program to run...
Showing results 1 to 3 of 3

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