Search Results

Search: Posts Made By: gustave
2,116
Posted By gustave
generate a report
I am trying to generate a report for a file called phone_book

awk -f {phone_book}


why does this not work? Nothing happens at all.
1,431
Posted By gustave
will this work?
echo " enter the name to edit "
read fname
#display the name
sed "$fname" phone_book


I am trying to create an editor of the first name phone_book is the source file that I am trying to edit.
1,431
Posted By gustave
editing a file
i am writing a script to edit entries in a file. what command will edit a specific file?
ex: echo) "what number would you like to change
read "number"
this is where I am stuck. what command will...
1,914
Posted By gustave
compiler doesnt work
this is my file I have written.

// My first C++ program
#include <iostream>
int main()
{
std::cout << "Hi there!" << std::endl";
std::cout << "This is my first C++ program" << std::endl";...
1,275
Posted By gustave
what is the first step
in creating a unix library application?
Forum: UNIX and Linux Applications 02-28-2010
1,724
Posted By gustave
help making a library.
I understand how to use vi and emacs but I have a project which entails building a library application like a phone directory or listing of dvd's. I am lost on where to start. any help would be...
1,549
Posted By gustave
It is part of a project I am doing for school. So...
It is part of a project I am doing for school. So kind of a homework assigment except bigger.
1,549
Posted By gustave
Help making a library
I understand how to use vi and emacs but I have a project which entails building a library application like a phone directory or listing of dvd's. I am lost on where to start. any help would be...
Showing results 1 to 8 of 8

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