About this trail:
a Unix/Linux emulator that runs in Windows
1
3
a good reference with some basic Unix commands
4
a good explanation of using pipes in unix
6
7
vi is a text editor that comes standard with Unix (and typically Linux)
8
To start the X-windows program, type startxwin.sh at the Cygwin command prompt.
9
redirecting command input from a file or output to a file
more on redirection here
redirecting standard error, etc. (stdin, stdout, and stderr are file descriptors)
more on redirection here
redirecting standard error, etc. (stdin, stdout, and stderr are file descriptors)
10
12
13
14
Linux From Scratch: How to build a custom Linux system of your own, all from source code.
15
a tutorial for scripting in the UNIX / Linux Bourne Shell or bash (Bourne-Again SHell)
more on bash:
reference manual
GNU bash page
bash maintainer's reference
check out the Korn shell (ksh)
more on bash:
reference manual
GNU bash page
bash maintainer's reference
check out the Korn shell (ksh)
17
Add, view, edit and configure route and static route on Linux




