So You Want to Become a Programmer
From Compsci.ca Wiki
(Difference between revisions)
(→First Steps: Know Your Environment) |
|||
| Line 8: | Line 8: | ||
*** PATH | *** PATH | ||
** Differences | ** Differences | ||
| - | ** Less need to modify PATH on *nix (/usr/bin and /usr/local/bin) | + | *** Less need to modify PATH on *nix (/usr/bin and /usr/local/bin) |
| - | ** Running executables in current directory | + | *** Running executables in current directory |
| + | ** Bridging the gap | ||
| + | *** Cygwin | ||
* Filesystem hierarchy | * Filesystem hierarchy | ||
Revision as of 00:18, 11 May 2006
First Steps: Know Your Environment
- ASCII
- File extensions
- Command-line
- Commonalities between *nix and Windows shells
- Spaces to separate arguments
- PATH
- Differences
- Less need to modify PATH on *nix (/usr/bin and /usr/local/bin)
- Running executables in current directory
- Bridging the gap
- Cygwin
- Commonalities between *nix and Windows shells
- Filesystem hierarchy