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

Last change on this file since 152 was 136, checked in by pinsard, 18 years ago

some improvements and corrections in some .pro file according to
aspell and idldoc log file

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 637 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.