LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-01-2001, 04:38 PM   #1
vicente
Member
 
Registered: Jul 2001
Location: Lx (Portugal)
Distribution: Mandrake workstation8.0,red hat 7.2 , peanut linux
Posts: 134

Rep: Reputation: 15
comands


i´m looking for a complet list of all the linux comands if some one can help ...
thanks
 
Old 10-01-2001, 05:34 PM   #2
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
all of them?... not going to happen. there's several thousand...

i'm guessing, however, that you are referring primarily to common shell commands.

cp, mv, rm, mkdir, rmdir, man, kill, grep, sed, awk, vi...
 
Old 10-01-2001, 06:35 PM   #3
vicente
Member
 
Registered: Jul 2001
Location: Lx (Portugal)
Distribution: Mandrake workstation8.0,red hat 7.2 , peanut linux
Posts: 134

Original Poster
Rep: Reputation: 15
i´m looking for the larger one with explanactions availabel on line cause i want from console mode to writte compile..... small c codes like this one :

#include<grafics.h>
#include<conio.h>

void grafics(void) ;

main () {

int r ;
grafics () ;
for (r=5 ; r<=200 ; r+5) circle(320, 240, r) ;
getch () ;
closegraph () ;

}

void grafics(void) {
int gd=DETECT, gm;
initgraph (&gd, &gm, "c:\\tc") ;
}

I want to be able to writte compile put in floppy and execut , i have a book and i need to make this examples to start trying to learn c
 
Old 10-01-2001, 07:41 PM   #4
d3funct
Member
 
Registered: Jun 2001
Location: Centralia, WA
Posts: 274

Rep: Reputation: 31
Wink

Sure I'll give you a link to everything you need to know to run linux . Have fun.
 
Old 10-02-2001, 01:51 AM   #5
isajera
Senior Member
 
Registered: Jun 2001
Posts: 1,635

Rep: Reputation: 45
..cc. gcc. g++

if you're going to learn c, you going to need the kernighan and ritchie c bible. any bookstore with a programming section will have it.
 
Old 10-02-2001, 03:05 PM   #6
adirotaru
Member
 
Registered: Sep 2001
Location: Romania, Timisoara
Distribution: Ubuntu 5.04
Posts: 49

Rep: Reputation: 15
C compiling ...

You can compile your program with :

gcc -c program_name.c or gcc -c program_name.cc

then if you got object file program_name.o

gcc -o executable_name program_name.o

All of this make an executable with executable_name name.

I hope there is something and help you .

Regards.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
doing simple comands during startup e1000 Slackware 1 11-11-2003 05:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration