~ubuntu-branches/ubuntu/trusty/abs-guide/trusty-proposed

« back to all changes in this revision

Viewing changes to HTML/winscript.html

  • Committer: Package Import Robot
  • Author(s): Sandro Tosi
  • Date: 2012-06-03 10:57:27 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20120603105727-rm7frl4feikr2swm
Tags: 6.5-1
* New upstream release
* debian/watch
  - updated
* debian/abs-guide.lintian-overrides
  - updated for new upstream code
* debian/control
  - bump Standards-Version to 3.9.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>Shell Scripting Under Windows</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
 
9
"><LINK
 
10
REL="HOME"
 
11
TITLE="Advanced Bash-Scripting Guide"
 
12
HREF="index.html"><LINK
 
13
REL="UP"
 
14
TITLE="Miscellany"
 
15
HREF="miscellany.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="Portability Issues"
 
18
HREF="portabilityissues.html"><LINK
 
19
REL="NEXT"
 
20
TITLE="Bash, versions 2, 3, and 4"
 
21
HREF="bash2.html"><META
 
22
HTTP-EQUIV="Content-Style-Type"
 
23
CONTENT="text/css"><LINK
 
24
REL="stylesheet"
 
25
HREF="common/kde-common.css"
 
26
TYPE="text/css"><META
 
27
HTTP-EQUIV="Content-Type"
 
28
CONTENT="text/html; charset=iso-8859-1"><META
 
29
HTTP-EQUIV="Content-Language"
 
30
CONTENT="en"><LINK
 
31
REL="stylesheet"
 
32
HREF="common/kde-localised.css"
 
33
TYPE="text/css"
 
34
TITLE="KDE-English"><LINK
 
35
REL="stylesheet"
 
36
HREF="common/kde-default.css"
 
37
TYPE="text/css"
 
38
TITLE="KDE-Default"></HEAD
 
39
><BODY
 
40
CLASS="SECT1"
 
41
BGCOLOR="#FFFFFF"
 
42
TEXT="#000000"
 
43
LINK="#AA0000"
 
44
VLINK="#AA0055"
 
45
ALINK="#AA0000"
 
46
STYLE="font-family: sans-serif;"
 
47
><DIV
 
48
CLASS="NAVHEADER"
 
49
><TABLE
 
50
SUMMARY="Header navigation table"
 
51
WIDTH="100%"
 
52
BORDER="0"
 
53
CELLPADDING="0"
 
54
CELLSPACING="0"
 
55
><TR
 
56
><TH
 
57
COLSPAN="3"
 
58
ALIGN="center"
 
59
>Advanced Bash-Scripting Guide: An in-depth exploration of the art of shell scripting</TH
 
60
></TR
 
61
><TR
 
62
><TD
 
63
WIDTH="10%"
 
64
ALIGN="left"
 
65
VALIGN="bottom"
 
66
><A
 
67
HREF="portabilityissues.html"
 
68
ACCESSKEY="P"
 
69
>Prev</A
 
70
></TD
 
71
><TD
 
72
WIDTH="80%"
 
73
ALIGN="center"
 
74
VALIGN="bottom"
 
75
>Chapter 36. Miscellany</TD
 
76
><TD
 
77
WIDTH="10%"
 
78
ALIGN="right"
 
79
VALIGN="bottom"
 
80
><A
 
81
HREF="bash2.html"
 
82
ACCESSKEY="N"
 
83
>Next</A
 
84
></TD
 
85
></TR
 
86
></TABLE
 
87
><HR
 
88
ALIGN="LEFT"
 
89
WIDTH="100%"></DIV
 
90
><DIV
 
91
CLASS="SECT1"
 
92
><H1
 
93
CLASS="SECT1"
 
94
><A
 
95
NAME="WINSCRIPT"
 
96
></A
 
97
>36.10. Shell Scripting Under Windows</H1
 
98
><P
 
99
>Even users running <SPAN
 
100
CLASS="emphasis"
 
101
><I
 
102
CLASS="EMPHASIS"
 
103
>that other</I
 
104
></SPAN
 
105
> OS can
 
106
          run UNIX-like shell scripts, and therefore benefit
 
107
          from many of the lessons of this book. The <A
 
108
HREF="http://sourceware.cygnus.com/cygwin/"
 
109
TARGET="_top"
 
110
>         Cygwin</A
 
111
> package from Cygnus and the <A
 
112
HREF="http://www.mkssoftware.com/"
 
113
TARGET="_top"
 
114
>MKS utilities</A
 
115
> from
 
116
          Mortice Kern Associates add shell scripting capabilities to
 
117
          Windows.</P
 
118
><P
 
119
>Another alternative is <A
 
120
HREF="http://www2.research.att.com/~gsf/download/uwin/uwin.html"
 
121
TARGET="_top"
 
122
>        UNWIN</A
 
123
>, written by David Korn of AT&#38;T, of <A
 
124
HREF="biblio.html#KORNSHELLREF"
 
125
>Korn Shell</A
 
126
> fame.</P
 
127
><P
 
128
>In 2006, Microsoft released the <SPAN
 
129
CLASS="TRADEMARK"
 
130
>Windows Powershell</SPAN
 
131
>&reg;,
 
132
          which contains limited Bash-like command-line scripting
 
133
          capabilities.</P
 
134
></DIV
 
135
><DIV
 
136
CLASS="NAVFOOTER"
 
137
><HR
 
138
ALIGN="LEFT"
 
139
WIDTH="100%"><TABLE
 
140
SUMMARY="Footer navigation table"
 
141
WIDTH="100%"
 
142
BORDER="0"
 
143
CELLPADDING="0"
 
144
CELLSPACING="0"
 
145
><TR
 
146
><TD
 
147
WIDTH="33%"
 
148
ALIGN="left"
 
149
VALIGN="top"
 
150
><A
 
151
HREF="portabilityissues.html"
 
152
ACCESSKEY="P"
 
153
>Prev</A
 
154
></TD
 
155
><TD
 
156
WIDTH="34%"
 
157
ALIGN="center"
 
158
VALIGN="top"
 
159
><A
 
160
HREF="index.html"
 
161
ACCESSKEY="H"
 
162
>Home</A
 
163
></TD
 
164
><TD
 
165
WIDTH="33%"
 
166
ALIGN="right"
 
167
VALIGN="top"
 
168
><A
 
169
HREF="bash2.html"
 
170
ACCESSKEY="N"
 
171
>Next</A
 
172
></TD
 
173
></TR
 
174
><TR
 
175
><TD
 
176
WIDTH="33%"
 
177
ALIGN="left"
 
178
VALIGN="top"
 
179
>Portability Issues</TD
 
180
><TD
 
181
WIDTH="34%"
 
182
ALIGN="center"
 
183
VALIGN="top"
 
184
><A
 
185
HREF="miscellany.html"
 
186
ACCESSKEY="U"
 
187
>Up</A
 
188
></TD
 
189
><TD
 
190
WIDTH="33%"
 
191
ALIGN="right"
 
192
VALIGN="top"
 
193
>Bash, versions 2, 3, and 4</TD
 
194
></TR
 
195
></TABLE
 
196
></DIV
 
197
></BODY
 
198
></HTML
 
199
>
 
 
b'\\ No newline at end of file'