> Killer question:
>
> Should the following two commands do the same thing?
>
> % cp my.albod your.albod
> % cat my.albod > your.albod
>
> --
> Christopher B. Browne, cbbrowne@hex.net, chris_browne@sabre.com
> Web: http://www.ntlug.org/~cbbrowne SAP Basis Consultant, UNIX Guy
> Windows NT - How to make a 100 MIPS Linux workstation perform like an 8 MHz 286
"mv my.albod your.albod" should perhaps do the same thing as:
"mkdir my.albod; cat my.albod > your.albod; rm my.albod"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/