Archives

  • vi commands quick reference

    Unix vi commands quick reference General Notes: 1. Before practicing using this vi tutorial, type the following command followed by a   carriage return: :set showmode 2. vi is not VI. It is case sensitive!!! So make sure Caps Lock is OFF. Requirements: In order to work correctly the vi need correct terminal type (TERM) setting. […]

    Jun 24th, 2009 | Filed under Linux/Unix/Solaris, Shell scripting, Unix administration
  • Unix/Linux commands Quick reference

    Quick Reference: Unix Commands and options The following format is used for commands: Italic indicates a variable that you supply Bold indicates exactly what you type [ ] Square brackets indicate that the thing which they surround is optionally typed. The square brackets themselves are not to be typed. To display a command description from the […]

    Jun 24th, 2009 | Filed under Linux/Unix/Solaris, Shell scripting, Unix administration
  • Unix commands Quick reference

    Special commands and characters: Converting DOS commands to UNIX commands There are a few command line questions that are asked very often. These questions, with answers that should be typed at your shell prompt are printed below: DOS                 UNIX dir …………… ls cls …………… clear del …………… rm copy ………….. cp move / rename ….. […]

    Jun 24th, 2009 | Filed under Linux/Unix/Solaris, Shell scripting
Archive for the ‘Shell scripting’ Category