CompuServe Thread

MPW ls, tar, etc?

8 messages in this thread
#163689From: SyndesisMar 13, 1994 1:13 PM
I'm new to ETO and MPW. On every other command-line-oriented development environment I've used, I've been able to find versions of common Unix-like utilities like 'tar', 'ls', GNU tools, etc. Why don't Unix and DOS command-line tools get ported to MPW tools? I searched the library for MPW tools and sample useful scripts but came up with very little, compared to what I might expect find in other popular computing enviroments. Perhaps I'm not looking in the right place?
#163795From: Paul CunninghamMar 14, 1994 12:46 AM
Add this to your UserStartup file: alias ls files alias cd directory alias rm delete alias cp copy (you get the idea…) -Paul Cunningham
#163832From: SyndesisMar 14, 1994 8:27 AM
Oh, I've done *that* already. But 'alias tar tape-archive' isn't going to do much good, is it? In fact, I was thinking about posting my UserStartup just to nudge other people into posting theirs, so I could take advantage of their experience with tweaks like this.
#163939From: Paul CunninghamMar 14, 1994 6:51 PM
Not having much unix experience to begin with, there are many commands which are alien to me ("tar" being one of them). However, if it is supposed to make tape drive backups, I doubt you'll find many MPW tools for this. I'd be happy to post or upload some of my MPW personal scripts and tools if anyone has an interest in them. Most of them lean towards C++ development and text editing. The letters MPW seem to evoke a dark aura around most people… -Paul
#163838From: SyndesisMar 14, 1994 8:40 AM
Another thing is driving me crazy… the requirement to hit clover-Enter or numeric-Enter instead of regular Enter to execute a line. Is there an alternative, like a hack that swaps the two keystrokes? I'd rather use clover-Enter for a non-executing "return".
#163900From: Howard OakleyMar 14, 1994 2:50 PM
Paul, Cmd-Enter? No, just try the Enter on the numeric keypad, having highlighted multiple lines first if you want to submit them all for execution. Using MPW is not the most natural of processes, but once learned, it soon becomes a real power tool. Howard.
#163938From: Paul CunninghamMar 14, 1994 6:40 PM
You're in luck…I almost forgot I had this, but I have an extension that should do the trick. I downloaded it from AOL a few years ago, but never really used it because I got used to the command-enter thing. I'll upload it so everyone can get to it. The file should be named "MPWENTER.SIT".
#163958From: SyndesisMar 14, 1994 8:46 PM
I already grabbed it from Easyplex… if this is what I hope, you can take credit for keeping me sane!