Mercurial > hg > octave-lyh
comparison doc/interpreter/system.txi @ 6549:5a5a09d7deb8
[project @ 2007-04-20 06:55:29 by jwe]
author | jwe |
---|---|
date | Fri, 20 Apr 2007 06:55:29 +0000 |
parents | 6ab0a8767780 |
children | 1b7a6061a05d |
comparison
equal
deleted
inserted
replaced
6548:ecc8d30fa288 | 6549:5a5a09d7deb8 |
---|---|
12 and even start other programs from the Octave prompt. | 12 and even start other programs from the Octave prompt. |
13 | 13 |
14 @menu | 14 @menu |
15 * Timing Utilities:: | 15 * Timing Utilities:: |
16 * Filesystem Utilities:: | 16 * Filesystem Utilities:: |
17 * File Archiving Utilities:: | |
18 * Networking Utilities:: | |
17 * Controlling Subprocesses:: | 19 * Controlling Subprocesses:: |
18 * Process ID Information:: | 20 * Process ID Information:: |
19 * Environment Variables:: | 21 * Environment Variables:: |
20 * Current Working Directory:: | 22 * Current Working Directory:: |
21 * Password Database Functions:: | 23 * Password Database Functions:: |
151 | 153 |
152 @DOCSTRING(umask) | 154 @DOCSTRING(umask) |
153 | 155 |
154 @DOCSTRING(stat) | 156 @DOCSTRING(stat) |
155 | 157 |
158 @DOCSTRING(lstat) | |
159 | |
160 @DOCSTRING(fileattrib) | |
161 | |
162 @DOCSTRING(isdir) | |
163 | |
156 @DOCSTRING(glob) | 164 @DOCSTRING(glob) |
157 | 165 |
158 @DOCSTRING(fnmatch) | 166 @DOCSTRING(fnmatch) |
159 | 167 |
160 @DOCSTRING(file_in_path) | 168 @DOCSTRING(file_in_path) |
161 | 169 |
162 @DOCSTRING(tilde_expand) | 170 @DOCSTRING(tilde_expand) |
171 | |
172 @DOCSTRING(canonicalize_file_name) | |
173 | |
174 @DOCSTRING(movefile) | |
175 | |
176 @DOCSTRING(copyfile) | |
177 | |
178 @DOCSTRING(fileparts) | |
179 | |
180 @DOCSTRING(filesep) | |
181 | |
182 @DOCSTRING(fullfile) | |
183 | |
184 @DOCSTRING(tempdir) | |
185 | |
186 @DOCSTRING(tempname) | |
187 | |
188 @DOCSTRING(P_tmpdir) | |
189 | |
190 @node File Archiving Utilities | |
191 @section File Archiving Utilities | |
192 | |
193 @DOCSTRING(bunzip2) | |
194 | |
195 @DOCSTRING(gunzip) | |
196 | |
197 @DOCSTRING(tar) | |
198 | |
199 @DOCSTRING(untar) | |
200 | |
201 @DOCSTRING(zip) | |
202 | |
203 @DOCSTRING(unzip) | |
204 | |
205 @DOCSTRING(pack) | |
206 | |
207 @DOCSTRING(unpack) | |
208 | |
209 @node Networking Utilities | |
210 @section Networking Utilities | |
211 | |
212 @DOCSTRING(urlread) | |
213 | |
214 @DOCSTRING(urlwrite) | |
163 | 215 |
164 @node Controlling Subprocesses | 216 @node Controlling Subprocesses |
165 @section Controlling Subprocesses | 217 @section Controlling Subprocesses |
166 | 218 |
167 Octave includes some high-level commands like @code{system} and | 219 Octave includes some high-level commands like @code{system} and |
174 use them if you can't find any way to do what you need with the | 226 use them if you can't find any way to do what you need with the |
175 higher-level functions. | 227 higher-level functions. |
176 | 228 |
177 @DOCSTRING(system) | 229 @DOCSTRING(system) |
178 | 230 |
231 @DOCSTRING(unix) | |
232 | |
233 @DOCSTRING(dos) | |
234 | |
179 @DOCSTRING(popen) | 235 @DOCSTRING(popen) |
180 | 236 |
181 @DOCSTRING(pclose) | 237 @DOCSTRING(pclose) |
182 | 238 |
183 @DOCSTRING(popen2) | 239 @DOCSTRING(popen2) |
198 | 254 |
199 @DOCSTRING(waitpid) | 255 @DOCSTRING(waitpid) |
200 | 256 |
201 @DOCSTRING(fcntl) | 257 @DOCSTRING(fcntl) |
202 | 258 |
259 @DOCSTRING(kill) | |
260 | |
261 @DOCSTRING(SIG) | |
262 | |
203 @node Process ID Information | 263 @node Process ID Information |
204 @section Process, Group, and User IDs | 264 @section Process, Group, and User IDs |
205 | 265 |
206 @DOCSTRING(getpgrp) | 266 @DOCSTRING(getpgrp) |
207 | 267 |
228 @section Current Working Directory | 288 @section Current Working Directory |
229 | 289 |
230 @DOCSTRING(cd) | 290 @DOCSTRING(cd) |
231 | 291 |
232 @DOCSTRING(ls) | 292 @DOCSTRING(ls) |
293 | |
294 @DOCSTRING(ls_command) | |
295 | |
296 @DOCSTRING(dir) | |
233 | 297 |
234 @DOCSTRING(pwd) | 298 @DOCSTRING(pwd) |
235 | 299 |
236 @node Password Database Functions | 300 @node Password Database Functions |
237 @section Password Database Functions | 301 @section Password Database Functions |
311 @node System Information | 375 @node System Information |
312 @section System Information | 376 @section System Information |
313 | 377 |
314 @DOCSTRING(computer) | 378 @DOCSTRING(computer) |
315 | 379 |
380 @DOCSTRING(uname) | |
381 | |
382 @DOCSTRING(ispc) | |
383 | |
384 @DOCSTRING(isunix) | |
385 | |
316 @DOCSTRING(isieee) | 386 @DOCSTRING(isieee) |
317 | 387 |
318 @DOCSTRING(OCTAVE_VERSION) | 388 @DOCSTRING(OCTAVE_VERSION) |
319 | 389 |
320 @DOCSTRING(octave_config_info) | 390 @DOCSTRING(octave_config_info) |