################################################################### # This file is ~/.msdos # # It is set up as a working example of a environment # for the AutoCAD user, especially one familiar with MS-DOS # # It provides a fair degree of MS-DOS compatibility for # use when running AutoLISP programs ported from DOS AutoCAD. # # It also sets up all the necessary environment variables # to allow AutoCAD to run under IRIX. # # To install this file simply copy it to your # home directory the add the following line to the end of your # .cshrc file (jot ~/.cshrc): # # if (-e ~/.msdos) then # source ~/.msdos # endif # # These changes will take affect the next time you login. # ################################################################### # ################################################ # # Set up some default IRIX command options # ################################################ alias rm rm alias cp cp -i alias mv mv -i if -x /usr/local/bin/colorls then alias ls /usr/local/bin/colorls -CF alias LS /usr/local/bin/colorls -CF else alias ls ls -CF alias LS ls -CF endif alias LS ls -CF alias df df -k alias du du -k alias more pg alias grep grep -i alias h history alias j jot -M alias jv jot -Mv # ############################################## # # Define an MSDOS-like command interface # ############################################## alias CD cd alias CHDIR chdir alias CHKDSK df -k alias chkdsk df -k alias CLS clear alias cls clear alias COMMAND xwsh alias command xwsh alias COMP cmp alias comp cmp alias COPY cp -i alias copy cp -i alias DATE date "'+DATE: %m/%d/%y%n'" alias DEL rm alias del rm alias DIR ls alias dir ls alias DOS SoftPC alias dos SoftPC alias ECHO echo alias EDIT jot -M alias EDLIN jot -M alias edlin jot -M alias ERASE rm alias erase rm alias EXIT exit alias FC diff alias fc diff alias FIND find alias HELP man alias help man alias MD mkdir alias md mkdir alias MEM gr_osview -a alias mem gr_osview -a alias MORE more alias MOVE mv -i alias PATH echo $PATH alias path echo $path alias PRINT lp alias print lp alias RD rmdir alias rd rmdir alias RMDIR rmdir alias REN mv alias ren mv alias RENAME mv alias rename mv alias SET setenv alias TIME date "'+TIME: %H:%M:%S'" alias TYPE cat alias TREE tree alias type cat alias VER uname -a alias ver uname -a alias WS jot -M alias ws jot -M alias XCOPY cp -r alias xcopy cp -r