source: trunk/SRC/Utilities/pwd.pro @ 134

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 636 bytes
Line 
1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
5;
6; @file_comments
7; print the current directory
8;
9; @categories like unix function
10;
11; @history Sebastien Masson (smasson@lodyc.jussieu.fr)
12;
13; @version $Id$
14;
15;-
16;------------------------------------------------------------
17;------------------------------------------------------------
18;------------------------------------------------------------
19PRO pwd
20;
21  compile_opt idl2, strictarrsubs
22;
23   cd, current = pwd
24   print, pwd
25   return
26end
Note: See TracBrowser for help on using the repository browser.