"Glynn S. Condez" <[EMAIL PROTECTED]> writes: > /bin/cp -f < x > <y > or > /bin/cp < x > < y >
Note that if people are going to give examples, they should probably stay away from < and > unless they really mean it, as < and > are special in shell programming. /bin/cp -f source destination may be clearer. If one is going to use < and > to denote variables, perhaps one could remove the spaces to make them look less like redirection? =) /bin/cp <file> <destination> It's probably just a minor thing... =) -- Sacha Chua <[EMAIL PROTECTED]> - 4 BS CS Ateneo geekette interests: emacs, gnu/linux, wearables, teaching compsci _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
