On Jun 3, 11:50 am, Yakov <iler...@gmail.com> wrote:> select VAR in a b c; do echo $VAR; br...
By tmp123
Basic question:The documentation for mallinfo says of its returned statistics datastructure that:int...
By isaacyho_gmail
Hi Dear,Do you know that Norton antivirus is itself a virus..'it hangs PC more than it cleans.....
By ajkaur2007_gmail
Our Client global leader in Business intelligence. They have over 13 yearsexperience helping more th...
By rbraudy
Is there a "reasonably portable" way for a zsh script to find thePIDs of all the processes running a...
By j_krugman
We all know to exercise our bodies to keep fit, but how often do youthink about exercising your brai...
By rota6566_yahoo_tw
XXXX off, weirdo.Don't believe anything unless you have thought it through foryourself. (Anna P...
By richard
Hi,could someone explain me how malloc() (particularly doug lea's) dealswith programs who calls...
By rootmaniac_gmail, 9 Comments
Hello,I am trying to write a cgi script in Bash to process some information then search for it. So f...
By mountianman, 3 Comments
OK... Im a writing a bash cgi script, and everything is working fine exept at the end when I try to ...
By mountianman, 1 Comments
Hi all,I am new to unix programming I was debugging a problem on linux.surprisingly after allocating...
By seema, 9 Comments
How do I make a compiled recource file (.rc) for use in a C++ application. For example I have 10 im...
By gfreehed, 3 Comments
I am making a list of users and the amount of space they are using on adevice.I traverse the file sy...
By justsomeguy, 3 Comments
Anyone know of a good python sybase module and where to find it?...
By wakebdr, 4 Comments
Hi,I wrote a malloc. When i do:int *ptr = r_malloc(10);*ptr = 27;i get a segfault. ptr was set to 0x...
By russell_shaw, 9 Comments
that was supposed to be:
http://members.ispwest.com/barlowj/zulumag.html
That's my problem with computer. Always remembering details.
Barleycorn
barleycorn | Sat, 17 Nov 2007 17:31:00 GMT |
don't like it because its not portable to any other system without setting up a system of elaborate aliases.
sharth | Sat, 17 Nov 2007 17:32:00 GMT |
What the heck is so hard to remember about "ping"?
:rolleyes:
Don't mess with POSIX...
bwkaz | Sat, 17 Nov 2007 17:33:00 GMT |
why would netecho be easier to remember than ping? plus its longer. what would you change ls to? alias ls='list_directory'?
escapecharacter | Sat, 17 Nov 2007 17:34:00 GMT |
dr == ls -lh
drr == ls -lhR
drrv == ls -lhR | less
drv == ls -lh | less
sharth | Sat, 17 Nov 2007 17:35:00 GMT |
I don't get it. More junk! Where's the hard part about remembering commands. OK, I could see that if you were a DOS user and want to make the commands the same.... Why not just create an alias? Just ad an alias to your .bashrc file. (or what ever shell that you use)
For example: alias ldir='ls -l|grep "^d"' will show directories only.
garskoci | Sat, 17 Nov 2007 17:36:00 GMT |
Originally posted by EscapeCharacter
why would netecho be easier to remember than ping? Heh. Another thing to think about is, what you think of as "easy to remember", someone else thinks is extremely difficult to remember.
No doubt the writers of ls, ping, less (man, for crying out loud...) etc. thought their programs' names were simple to remember...
bwkaz | Sat, 17 Nov 2007 17:37:00 GMT |
admittedly if someone has already learned the original command names there is no point to ZuLUNIX but if you are starting out from scratch where is the logic in "less"?
the original programmer could just as easily have named "ping" "echo" but the ping command obviously relates to the network. So if all network related commands start with net they will always be together and easy to find.
I have had two cases of experienced UNIX people disliking the idea. But if command names that don't make sense turn off newbies then it inhibits the growth of Linux. Do we want to challenge Macro$cam or not? ZuLUNIX has no effect on a system once installed in /usr/local/bin which is empty. The perl script installs it in one shot for all users. If you don't type zulu or one of its commands you don't know it is there.
Is this a case of TRADITIONALISTS maintaining the barrier to entry to the UNIX priesthood? LOL!
barleycorn
barleycorn
barleycorn | Sat, 17 Nov 2007 17:38:00 GMT |
OK, I'll say it again. You think that "ping" is hard to pick up on. I think that "net-echo" is hard to pick up on.
Who's to say which of us is right?
One newbie's "OMG, this command is so mis-named!" is "Wow, this makes perfect sense!" to another.
bwkaz | Sat, 17 Nov 2007 17:39:00 GMT |
personally, i think that these shortcut commands are jsut as hard to remember...
sharth | Sat, 17 Nov 2007 17:40:00 GMT |
i agree that its a horrible idea.
diskin and diskmnt are easier to remember than mount? and fildel instead of rm? give me a break!
if you want custom commands that make sense to you than use aliases (i personally like 'ls -la' aliased to 'la'). but what happens when you go to another computer and you've forgotten what the REAL shell commands are?
nouse66 | Sat, 17 Nov 2007 17:41:00 GMT |
Learning a command is learning a command.
Why bother learning what amounts to the wrong command?
I'll opine that a person's time is far better spent learning the correct, cross-platform commands.
Then again, I hated all DOS shells too. :D
lrngthehardway | Sat, 17 Nov 2007 17:42:00 GMT |
So when the newbie learns all these odd new commands then goes to use a non-ZuLUNIX'ed system, they're fscked. I think its far easier for them to learn the real commands then decide for themselves what shortcuts or aliases work best for them.
idxman | Sat, 17 Nov 2007 17:43:00 GMT |