Connecting Tech Pros Worldwide Forums | Help | Site Map

is any body having cp implementaion

RAM
Guest
 
Posts: n/a
#1: Apr 4 '06
hi,
is any body implemented unix cp command .
if so please share it
regards


Vladimir S. Oka
Guest
 
Posts: n/a
#2: Apr 4 '06

re: is any body having cp implementaion


RAM opined:
[color=blue]
> hi,
> is any body implemented unix cp command .[/color]

Yes.
[color=blue]
> if so please share it[/color]

Ever heard of Linux? Yes? There you go...

PS
Read the link in my sig *carefully* before posting again.

--
History repeats itself -- the first time as a tragi-comedy, the second
time as bedroom farce.

<http://clc-wiki.net/wiki/Introduction_to_comp.lang.c>

Ian Collins
Guest
 
Posts: n/a
#3: Apr 4 '06

re: is any body having cp implementaion


Vladimir S. Oka wrote:[color=blue]
> RAM opined:
>
>[color=green]
>>hi,
>>is any body implemented unix cp command .[/color]
>
>
> Yes.
>
>[color=green]
>>if so please share it[/color]
>
>
> Ever heard of Linux? Yes? There you go...
>[/color]
Or OpenSolaris, or BSD or ...

--
Ian Collins.
Boudewijn Dijkstra
Guest
 
Posts: n/a
#4: Apr 4 '06

re: is any body having cp implementaion


Op Tue, 04 Apr 2006 09:14:30 +0200 schreef RAM <ramubdvt@gmail.com>:[color=blue]
> hi,
> is any body implemented unix cp command .
> if so please share it[/color]

Read "The UNIX Programming Environment", by Brian W. Kernighan and Rob
Pike, Prentice-Hall, 1984.
You can find an implementation of cp in there (page 206 in my book).


--
Gemaakt met Opera's revolutionaire e-mailprogramma:
http://www.opera.com/mail/
Micah Cowan
Guest
 
Posts: n/a
#5: Apr 6 '06

re: is any body having cp implementaion


"Vladimir S. Oka" <novine@btopenworld.com> writes:
[color=blue]
> RAM opined:
>[color=green]
> > hi,
> > is any body implemented unix cp command .[/color]
>
> Yes.
>[color=green]
> > if so please share it[/color]
>
> Ever heard of Linux? Yes? There you go...[/color]

While I think the GNU/Linux thing is an FSF abomination, I've got to
point out here, that Linux has no cp command; GNU does. (And
therefore, Linux-based operating systems which incorporate GNU
utilities do.)

--
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
Keith Thompson
Guest
 
Posts: n/a
#6: Apr 6 '06

re: is any body having cp implementaion


Micah Cowan <micah@cowan.name> writes:[color=blue]
> "Vladimir S. Oka" <novine@btopenworld.com> writes:
>[color=green]
>> RAM opined:
>>[color=darkred]
>> > hi,
>> > is any body implemented unix cp command .[/color]
>>
>> Yes.
>>[color=darkred]
>> > if so please share it[/color]
>>
>> Ever heard of Linux? Yes? There you go...[/color]
>
> While I think the GNU/Linux thing is an FSF abomination, I've got to
> point out here, that Linux has no cp command; GNU does. (And
> therefore, Linux-based operating systems which incorporate GNU
> utilities do.)[/color]

Regardless of the politics of the naming of operating systems, the GNU
implementation of the "cp" command is in the "coreutils" package.

--
Keith Thompson (The_Other_Keith) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Closed Thread


Similar C / C++ bytes