LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Closed Thread
  Search this Thread
Old 10-11-2003, 05:35 PM   #46
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48

Quote:
Originally posted by oopicmaster
I doubt it.
<snip rant>
what's up with the ranting, dude? maybe you should consider some meditation or relaxation techniques, or some prozac or xanax or something.

mv and cp perform TWO DIFFERENT FUNCTIONS (at least), not the same function. mv MOVES the file/s to another directory (or renames it). cp COPIES the file to another directory, while LEAVING a copy in the original location. TWO different functions, TWO different end results. not the same end result.

furthermore, if we only had one command -- cp -- and we wanted to MOVE a file, we would have to copy it first to where it's going, and then delete it from its original location. so your way would take TWO maneuvers, instead of only taking one by MOVING the file with mv. that is not very elegant, nor efficient, nor economical.

and btw, Unix already is the "mainstream" of computing, and has been for decades before there even was a windows or microsoft. so give the ranting a rest please, or at least get a clue b4 spewing more rants.
 
Old 10-11-2003, 09:50 PM   #47
oopicmaster
Member
 
Registered: Sep 2003
Posts: 154

Original Poster
Rep: Reputation: 30
Quote:
mv and cp perform TWO DIFFERENT FUNCTIONS (at least), not the same function. mv MOVES the file/s to another directory (or renames it). cp COPIES the file to another directory, while LEAVING a copy in the original location. TWO different functions, TWO different end results. not the same end result.
You are missing the point.

It would be very easy to make cp do the EXACT SAME THING that mv does. All that is needed is to add another switch to the cp command... a -move switch. When the -move switch is specified, cp will MOVE the file, not copy/delete it.

Capiche Paisan?

Quote:
and btw, Unix already is the "mainstream" of computing, and has been for decades before there even was a windows or microsoft. so give the ranting a rest please, or at least get a clue b4 spewing more rants.
No it isnt in the mainstream of home computing, or even business computing desktops. Unix has been for the most part, and still is, a server OS. All Linux did was make Unix cheap, but it is still a server OS, and will continue to be so until the issues of complexity are addressed.

Quote:
And there's only one thumb up for windows - the fact that Gates got every farmer and his dog on a computer. I respect him for that - even though it is not the best OS - he dragged and enticed the general population into the compouter age. People should give them their credit
And dont forget Bill Gates made ALOT of other people rich as well. In many ways the size of his fortune reflects how much money he made possible for others to make.
 
Old 10-11-2003, 09:51 PM   #48
Col Panic
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 93

Rep: Reputation: 15
Quote:
Originally posted by mossy
And there's only one thumb up for windows - the fact that Gates got every farmer and his dog on a computer. I respect him for that - even though it is not the best OS - he dragged and enticed the general population into the computer age. People should give them their credit.

Do I like Windows? Not really - I prefer to get everything working on a more versatile and stable [when configured] OS. I don't like 'em, don't hate 'em.
Easy...if this turns from a windows/linux debate into a "lets all bash windows post" things are bound to get ugly. I'm not a windows basher by any means, it has it's place as does *NIX
 
Old 10-11-2003, 10:12 PM   #49
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by oopicmaster
You are missing the point.
lol, i don't think so. the point is anyone who would rant on for pages about how the cp command *could* do the same thing the mv did, if you just fixed it, or removed the mv, or did this, or did that, or added switches (but then you'd have to learn the switches, right? i thought you didn't want to learn more commands?) would appear to have some serious issues that go way beyond linux. have fun on your "usability" crusade.

Quote:
It would be very easy to make cp do the EXACT SAME THING that mv does. All that is needed is to add another switch to the cp command... a -move switch. When the -move switch is specified, cp will MOVE the file, not copy/delete it.
then why don't you write it that way and compile it into your OS instead of bitching to us about it? since it's so easy and the way it is is so incorrect and problematic?
 
Old 10-11-2003, 10:35 PM   #50
supermax
Member
 
Registered: Aug 2003
Distribution: Mandrake 9.1
Posts: 40

Rep: Reputation: 15
Just want to say something.... I didnt read all the topic (don't have the time either lol) but I think (this is a personal opinion) that the more complicated it is (linux) the more powerful and the easiest, the more crappy (windows). You can't really have somthing that is easy and powerful at the same time when comming to OSs and even computers (excluding macs of course , but who can afford that dual G5 just for "playing" with it and not doing multimedia-based work ).
 
Old 10-11-2003, 11:25 PM   #51
yorkb
LQ Newbie
 
Registered: Oct 2003
Distribution: Slackware/Debian
Posts: 8

Rep: Reputation: 0
I think this guy man need gates or torvalds to show him how to turn on his computer. Maybe that why the mv command won't work.
 
Old 10-12-2003, 01:39 AM   #52
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
Please stop this here!!Let 'mv' command be a replacement of 'cp and rm'.even then,what is the problem??Again let me say,there is no problem with 'mv'.In the case of destination file,the asteric is no more a wildcard.'*.c' as a destination file is '*.c' and not 'anything.c'.fine??
DOS was born from UNIX.All the windows with dos based kernels(95,98,ME etc) thus have got a unix connection.If you find it tough to agree to this,that is UNIX is not a mainstream OS,dont use it.continue to use windows or whatever you want.What you wanted was to know a command to rename and it is 'rename',fine??And if you still want to have some linux/Unix bashing,go to www.linuxsucks.com .If you have any valid points against linux,post them here.And not some bullshit like "there is a bug with 'mv' command,it is a replacement of 'cp and rm',so linux and unix sucks"
--arun.
 
Old 10-12-2003, 01:45 AM   #53
megaspaz
Senior Member
 
Registered: Nov 2002
Location: Silly Con Valley
Distribution: Red Hat 7.3, Red Hat 9.0
Posts: 2,054

Rep: Reputation: 46
doesn't dos have a copy and a mov command? does copy have a -move flag in dos? so what are you saying? don't you still have to know more commands? doesn't dos also have rmdir? if you don't want to use rmdir, use 'rm -r'. in dos i believe it's deltree. same amount of commands in windows as unix. plus the definition of mainstream should be defined should it not? if mainstream is home users, then by all means *nix would probably have to deal with complexity issues. i myself don't find it complex. but anyway before home computing was mainstream, mainstream computing was in the realm of science and acadamia. it's still pretty mainstream in that area as well as in the server area. but once again, if you have a question to a problem, ask it. leave the evangilism at home. if you think mv should be gone, then get rid of it yourself and modify cp to suit your needs yourself. the original pioneers of linux never cared or pushed linux to become mainstream home computing. they still don't. it was a project that interested them and the things they coded were really a way for them to get around their own problems. if it helps someone else, great, but don't think for a second that your problems with something outweighs the fact that it solved their problems. you have a choice. if you want to use linux and can't make the necessary modifications yourself, then learn how it's done on linux. if you don't want to do that, then stick with windows. no one cares why you think windows is better or less complex or whatever. it's your choice. most of us use linux because it works better for us than windows does. that may or may not pertain to you or the next guy. but it works better for a lot of us and nothing is going to change that. if windows works better for you than use it. if you absolutely hate linux, then don't use it and don't rant about it here because it works for a lot of us and truthfully, it makes you look like a whiner to many here. if you want help with linux though, post your question without the evangelical opinion. because really when it comes to the rant your putting forth here (windows better than linux, blah blah blah) , your opinion doesn't really mean squat to those who use linux and like it better than windows. just my 2 cents.
 
Old 10-12-2003, 05:09 AM   #54
fatgod
Member
 
Registered: Mar 2002
Location: Edinburgh, Scotland
Distribution: Suse 7.2, Gentoo 1.4, Solaris 9
Posts: 661

Rep: Reputation: 30
Quote:
Originally posted by oopicmaster
All that is needed is to add another switch to the cp command... a -move switch. When the -move switch is specified, cp will MOVE the file, not copy/delete it.
rotflmfao.

That's almost as good as having to click "start" in order to shutdown a computer. You should mail MS, they might be more receptive to your suggestions
 
Old 10-12-2003, 11:21 AM   #55
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by fatgod
rotflmfao.

That's almost as good as having to click "start" in order to shutdown a computer. You should mail MS, they might be more receptive to your suggestions
heheh.

and while we're at it, why not add a -make switch to the cp command, too, and a -cd switch, and an -ls switch, and any other switch we want. then when we needed to make, we could just cp with the make flag:

cp -make

and cp -cd to change directory, and cp -ls to list it.

and we could also cp -exit, and cp -reboot, and cp --shutdown-h-now. we could add every unix command there is to the cp function, and then just think -- we'd only need one command for all of linux! how easy and usable that would be! bill wouldn't stand a chance. he'd be resurrecting DOS just to implement this great new simplified and usable OS idea. lol.
 
Old 10-12-2003, 11:24 AM   #56
mossy
Member
 
Registered: Aug 2003
Location: USexIRL
Distribution: *nix
Posts: 849

Rep: Reputation: 30
@ arunshivanandan ~

Man - sounds like those people on that site are scared of something they can't understand. Trying their hardest to herd the sheep back to a mono controlled world. It's a funny site alright - I laughed - at them. People can be So Stupid.


[edit]

synaptical ~ that's a good one. I'm sure the Ooopicmashtor might even see the funny side to that one...naaah - prolly not. [???]

Last edited by mossy; 10-12-2003 at 11:28 AM.
 
Old 10-12-2003, 12:27 PM   #57
motub
Senior Member
 
Registered: Sep 2003
Location: The Netherlands
Distribution: Gentoo (main); SuSE 9.3 (fallback)
Posts: 1,607

Rep: Reputation: 46
Quote:
Originally posted by oopicmaster
The design of the mv command is a mistake when it comes to home computing. It should be corrected or eliminated.

<snip>

Because to the end user the the end result of a copy/delete vs mv is THE SAME.

The end user doesnt care whether an actual "File Copy" has occurred or not.
Is anyone else here seeing an inconsistency between a "home user" who "doesn't care whether an actual File Copy has occurred or not" and a "home user" who is using the command-line?

I thought that the whole issue was that "home users" are paralyzed with terror at the very sight of a CLI, which is why we have KDE, GNOME and Lindows.

Yes, I know I shouldn't even be posting in this thread. I just couldn't stand it.
 
Old 10-12-2003, 12:56 PM   #58
krackerroot
Member
 
Registered: Sep 2003
Location: Shreveport Louisiana
Distribution: Slackware 9.0
Posts: 67

Rep: Reputation: 15
I say go back to windows if you're unhappy.
 
Old 10-12-2003, 01:06 PM   #59
arunshivanandan
Member
 
Registered: May 2003
Location: Kerala,India
Distribution: RedHat,Mandrake,Debian
Posts: 643

Rep: Reputation: 30
same advice from me.
if you are unhappy about 'mv' and therefore you think linux is all scrap,then why are you trying linux??Even if you dont try linux,who cares??and who is the looser??May be this could have saved a few kbs in the linuxquestions.org archive,and may be all those who posted in the thread would have posted replies to some other genuinely help needed threads.I think its high time to stop posting in this thread.This thread never deserves such a high profile.
--arun.
 
Old 10-12-2003, 08:01 PM   #60
andrewb758
Member
 
Registered: Jan 2003
Location: Columbus, OH USA
Distribution: Debian unstable
Posts: 63

Rep: Reputation: 15
this is sad. without fail, the threads with the most responses are those that bash linux or approve of windows. what a waste of resources! those of you who visit this forum regularly, IGNORE these people! Help people like me who could use it (I had a post URL here, but I didn't want to look like I was trying desperately to get help). Actually, don't. I've already pretty much figured that one out myself, as per usual when I get blown off. It just would have been much easier with a little help from someone who knows this stuff better th an I do. And it's not getting snubbed that bothers me; what bothers me is that instead of helping the likes of myself you are here wasting time accomplishing ABSOLUTELY nothing. I get the feeling that people post this crap not necessarily because they hate linux, but rather because they know they can set off a firestorm if they say these kinds of things. You could stop that. Make it 0 replies on this nonsense and some help for those of us who could use it. I wish I didn't need to waste time myself putting my two cents in but I thought it just had to be done.
 
  


Closed Thread



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
March of the Penguins movie - Thumbs up! J.W. General 2 07-10-2005 07:04 PM
Thumbs Up To Linux! redfedora88 LinuxQuestions.org Member Success Stories 3 03-22-2005 07:35 PM
Thumbs up for Suse 9.1 Wolfgang67 Linux - Distributions 18 08-05-2004 08:30 PM
2 thumbs up for linux. xode LinuxQuestions.org Member Success Stories 2 11-23-2003 05:57 PM
winex - 5 thumbs up! kazuni LinuxQuestions.org Member Success Stories 8 06-05-2003 07:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:20 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